DBA Data[Home] [Help]

APPS.PA_RBS_UTILS dependencies on MTL_CATEGORIES_V

Line 1155: Mtl_Categories_v c

1151: FROM
1152: pa_rbs_element_names_b a,
1153: pa_rbs_elem_in_temp b,
1154: Fnd_Languages L,
1155: Mtl_Categories_v c
1156: WHERE a.resource_source_id = b.resource_source_id
1157: and c.category_id = a.resource_source_id
1158: AND a.resource_type_id = p_resource_type_id
1159: AND b.resource_type_id = p_resource_type_id

Line 1968: FROM mtl_categories_v c,

1964: fnd_global.user_id,
1965: sysdate,
1966: fnd_global.user_id,
1967: fnd_global.login_id
1968: FROM mtl_categories_v c,
1969: Fnd_Languages L,
1970: pa_rbs_element_names_b a
1971: WHERE a.resource_source_id=c.CATEGORY_ID
1972: AND a.resource_type_id=7