DBA Data[Home] [Help]

APPS.AMW_ORG_CERT_AGGR_PKG dependencies on AMW_EXECUTION_SCOPE

Line 311: FROM amw_execution_scope es,

307:
308: -- select all bottom-level subsidiaries in scope for the certification
309: CURSOR get_all_subs IS
310: SELECT DISTINCT fv.flex_value_id
311: FROM amw_execution_scope es,
312: fnd_flex_values fv
313: WHERE es.entity_type = 'BUSIPROC_CERTIFICATION'
314: AND es.entity_id = p_certification_id
315: AND es.level_id = 3

Line 355: FROM amw_execution_scope es,

351:
352: -- select all bottom-level subsidiaries in scope for the certification
353: CURSOR get_all_subs IS
354: SELECT DISTINCT fv.flex_value_id
355: FROM amw_execution_scope es,
356: fnd_flex_values fv
357: WHERE es.entity_type = 'BUSIPROC_CERTIFICATION'
358: AND es.entity_id = p_certification_id
359: AND es.level_id = 3