APPS.IGW_PROP_APPROVALS_PVT dependencies on IGW_PROP_CHECKLIST
Line 251: from igw_prop_checklist
247: select complete,
248: not_applicable
249: into l_budget_complete,
250: l_budget_not_applicable 251: from igw_prop_checklist 252: where document_type_code = 'BUDGETS' and
253: proposal_id = g_proposal_id;
254:
255: if l_proposal_status = 'I' then