DBA Data[Home] [Help]

APPS.IGW_PROPOSAL_APPROVAL dependencies on IGW_PROP_SPECIAL_REVIEWS

Line 780: from igw_prop_special_reviews

776:
777:
778: cursor get_special_review_type is
779: select 'x'
780: from igw_prop_special_reviews
781: where proposal_id = g_proposal_id
782: and special_review_code = p_rvalue_id;
783:
784: