DBA Data[Home] [Help]

APPS.GMS_PA_API dependencies on PA_EXPENDITURES_ALL

Line 1058: pa_expenditures_all exp

1054: BEGIN
1055: select ei.cost_distributed_flag, NVL( ei.override_to_organization_id, exp.incurred_by_organization_id )
1056: into X_costed_flag, x_exp_org_id
1057: from pa_expenditure_items_all ei,
1058: pa_expenditures_all exp
1059: where ei.expenditure_item_id = X_ei_id
1060: and ei.expenditure_id = exp.expenditure_id ;
1061: EXCEPTION
1062: when no_data_found then