DBA Data[Home] [Help]

APPS.IGW_PROPOSAL_APPROVAL dependencies on STANDARD

Line 91: -- standard check of p_commit

87: end if;
88: */
89:
90: update igw_proposals_all set proposal_status = 'I' where proposal_id = p_proposal_id;
91: -- standard check of p_commit
92: if fnd_api.to_boolean(p_commit) then
93: commit work;
94: end if;
95: