DBA Data[Home] [Help]

APPS.PJM_PROJECT_PARAM_PUB dependencies on CST_COST_GROUPS

Line 296: FROM cst_cost_groups

292: --Bug15985824 FP of 11i bug 13791115.
293: CURSOR cg ( X_organization_id NUMBER
294: , X_cost_group_id NUMBER ) IS
295: SELECT cost_group_id
296: FROM cst_cost_groups
297: WHERE organization_id = X_organization_id
298: AND cost_group_id = X_cost_group_id
299: UNION ALL
300: SELECT default_cost_group_id