Creating Delegated Approval, for Stateful contract Call

Is it possible that i can create delegated approval from the creator of stateful contract and use it on behalf of him for application call txn that allows only Txn.sender() == Global.creator_address().

Smart signatures allow delegation of any type of transactions including smart contract calls. So you can do it. See SmartSig details - Algorand Developer Portal