DBA Data[Home] [Help]

APPS.IGW_GENERATE_PERIODS dependencies on IGW_PROPOSALS_ALL

Line 2105: from igw_proposals_all

2101:
2102: begin
2103: select activity_type_code
2104: into l_activity_type_code
2105: from igw_proposals_all
2106: where proposal_id = l_proposal_id;
2107: exception
2108: when others then
2109: RAISE;