DBA Data[Home] [Help]

APPS.IGW_PROP_CHECKLIST_PVT dependencies on IGW_BUDGETS

Line 63: from igw_budgets

59:
60: if ((p_document_type_code = 'BUDGETS') and (p_complete = 'Y')) then
61: select count(*)
62: into n
63: from igw_budgets
64: where proposal_id = p_proposal_id
65: and final_version_flag = 'Y';
66:
67: if (n = 0) then