DBA Data[Home] [Help]

APPS.PAY_MX_TRR_PKG dependencies on FND_APPLICATION_VL

Line 2642: select template_type_code from xdo_templates_vl where template_code = p_template and application_short_name = (select application_short_name from fnd_application_vl where application_id = 801);

2638: CURSOR get_l_arg1_result IS
2639: SELECT XDO_CP_DATA_SECURITY_PKG.GET_CONCURRENT_REQUEST_IDS FROM DUAL;
2640:
2641: CURSOR get_l_arg7_result IS
2642: select template_type_code from xdo_templates_vl where template_code = p_template and application_short_name = (select application_short_name from fnd_application_vl where application_id = 801);
2643:
2644: BEGIN
2645:
2646: g_package := 'pay_mx_trr_pkg' ;