DBA Data[Home] [Help]

APPS.PAY_AU_GENERIC_CODE_CALLER dependencies on PAY_AU_MODULE_TYPES

Line 98: , pay_au_module_types mt

94: , m.formula_name
95: , m.module_id
96: from pay_au_process_modules pm
97: , pay_au_modules m
98: , pay_au_module_types mt
99: where pm.process_id = p_process_id
100: and pm.enabled_flag = 'Y'
101: and m.module_id = pm.module_id
102: and m.enabled_flag = 'Y'