DBA Data[Home] [Help]

APPS.IGW_EDI_PROCESSING dependencies on IGW_BUDGETS

Line 51: from igw_budgets

47:
48: begin
49: select proposal_form_number
50: into l_proposal_form_number
51: from igw_budgets
52: where proposal_id = p_proposal_id
53: and final_version_flag = 'Y';
54: exception
55: when no_data_found then null;