DBA Data[Home] [Help]

APPS.IGW_REPORT_PROCESSING dependencies on IGW_BUDGETS

Line 65: from igw_budgets

61: l_version_id NUMBER(15);
62: Begin
63: select version_id
64: into l_version_id
65: from igw_budgets
66: where proposal_id = p_proposal_id
67: and final_version_flag = 'Y';
68:
69: RETURN l_version_id;