DBA Data[Home] [Help]

APPS.IGW_BUDGETS_PVT dependencies on IGW_PROPOSALS_ALL

Line 854: from igw_proposals_all

850:
851: begin
852: select proposal_start_date, proposal_end_date
853: into l_start_date, l_end_date
854: from igw_proposals_all
855: where proposal_id = p_proposal_id;
856: exception
857: when others then
858: raise;