DBA Data[Home] [Help]

APPS.GMS_BILLING dependencies on HR_ORGANIZATION_UNITS

Line 4129: hr_organization_units c

4125: Ins_Exp_Org_Name
4126: from
4127: pa_projects_all a,
4128: pa_tasks b,
4129: hr_organization_units c
4130: where a.project_id = Ins_Actual_Project_Id and
4131: b.task_id = Ins_Actual_Task_Id and
4132: c.organization_id = Ins_Expenditure_Org_Id;
4133: End;

Line 4411: hr_organization_units c

4407: Ins_Exp_Org_Name
4408: from
4409: pa_projects_all a,
4410: pa_tasks b,
4411: hr_organization_units c
4412: where a.project_id = X_Act_Project_Id and
4413: b.task_id = X_Task_Id and
4414: c.organization_id = X_Expenditure_Org_Id;
4415: End;