DBA Data[Home] [Help]

APPS.PA_RBS_UTILS dependencies on PA_PLAN_RES_DEFAULTS

Line 1206: pa_plan_res_defaults def

1202: AND c.organization_id = d.organization_id --For bug 3602566
1203: AND c.organization_id =
1204: (select item_master_id
1205: from pa_resource_classes_b cls,
1206: pa_plan_res_defaults def
1207: where def.resource_class_id = cls.resource_class_id and cls.resource_class_code = 'MATERIAL_ITEMS'
1208: and def.object_type = 'CLASS')
1209: AND NOT EXISTS (select 'Y'
1210: from pa_rbs_element_names_tl tl

Line 2009: pa_plan_res_defaults p,

2005: fnd_global.user_id,
2006: fnd_global.login_id
2007: FROM MTL_SYSTEM_ITEMS_tl t,
2008: MTL_SYSTEM_ITEMS_b b,
2009: pa_plan_res_defaults p,
2010: pa_rbs_element_names_b a
2011: WHERE b.inventory_item_id=t.inventory_item_id
2012: AND b.organization_id=t.organization_id
2013: AND t.organization_id = p.item_master_id