DBA Data[Home] [Help]

APPS.IGW_PROPOSAL_APPROVAL dependencies on IGW_PROP_RATES

Line 761: from igw_prop_rates ppr,

757:
758:
759: cursor get_overhead_rate_deviation is
760: select 'x'
761: from igw_prop_rates ppr,
762: igw_budgets pbu
763: where pbu.proposal_id = g_proposal_id
764: and pbu.final_version_flag = 'Y'
765: and pbu.proposal_id = ppr.proposal_id