DBA Data[Home] [Help]

APPS.IPA_CLIENT_EXTENSION_PKG dependencies on PA_PROJECT_ASSET_LINES_ALL

Line 428: l_project_Asset_line_id pa_project_asset_lines_all.project_asset_line_id%TYPE;

424:
425: l_expenditure_type pa_expenditure_items_all.expenditure_type%TYPE;
426: l_raw_cost pa_expenditure_items_all.raw_cost%TYPE;
427: l_quantity pa_expenditure_items_all.quantity%TYPE;
428: l_project_Asset_line_id pa_project_asset_lines_all.project_asset_line_id%TYPE;
429:
430: CURSOR get_exp_item_details IS
431: SELECT pei.expenditure_type,pei.raw_cost,pei.quantity
432: FROM pa_project_asset_lines ppal,