DBA Data[Home] [Help]

APPS.GMS_BILLING dependencies on HR_ORGANIZATION_UNITS

Line 4154: hr_organization_units c

4150: Ins_Exp_Org_Name
4151: from
4152: pa_projects_all a,
4153: pa_tasks b,
4154: hr_organization_units c
4155: where a.project_id = Ins_Actual_Project_Id and
4156: b.task_id = Ins_Actual_Task_Id and
4157: c.organization_id = Ins_Expenditure_Org_Id;
4158: End;

Line 4436: hr_organization_units c

4432: Ins_Exp_Org_Name
4433: from
4434: pa_projects_all a,
4435: pa_tasks b,
4436: hr_organization_units c
4437: where a.project_id = X_Act_Project_Id and
4438: b.task_id = X_Task_Id and
4439: c.organization_id = X_Expenditure_Org_Id;
4440: End;