DBA Data[Home] [Help]

APPS.IGW_PROP_APPROVALS_PVT dependencies on STANDARD

Line 92: -- standard check of p_commit

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