DBA Data[Home] [Help]

APPS.IGW_PROP_APPROVALS_PVT dependencies on IGW_PROP_SPECIAL_REVIEWS

Line 768: from igw_prop_special_reviews

764:
765:
766: cursor get_special_review_type is
767: select 'x'
768: from igw_prop_special_reviews
769: where proposal_id = g_proposal_id
770: and special_review_code = p_rvalue_id;
771:
772: