DBA Data[Home] [Help]

APPS.IGW_PROP_APPROVALS_PVT dependencies on IGW_PROP_PERSONS

Line 760: from igw_prop_persons

756:
757:
758: cursor get_pi is
759: select 'x'
760: from igw_prop_persons
761: where proposal_id = g_proposal_id
762: and pi_flag = 'Y'
763: and person_id = p_rvalue_id;
764: