DBA Data[Home] [Help]

APPS.IGW_PROPOSAL_APPROVAL dependencies on IGW_PROP_PERSONS

Line 772: from igw_prop_persons

768:
769:
770: cursor get_pi is
771: select 'x'
772: from igw_prop_persons
773: where proposal_id = g_proposal_id
774: and pi_flag = 'Y'
775: and person_id = p_rvalue_id;
776: