DBA Data[Home] [Help]

APPS.AZW_PROC dependencies on FND_PRODUCT_INSTALLATIONS

Line 1061: FROM az_product_flows azpf, fnd_product_installations fpi

1057:
1058: CURSOR valid_processes_c IS
1059: SELECT distinct azpf.item_type, azpf.process_name, azpf.parent_id,
1060: azpf.context_type, azpf.display_order, azpf.process_type
1061: FROM az_product_flows azpf, fnd_product_installations fpi
1062: WHERE azpf.application_id = fpi.application_id
1063: AND fpi.status = 'I';
1064:
1065: BEGIN