DBA Data[Home] [Help]

APPS.PAY_MX_TRR_PKG dependencies on FND_APPLICATION_VL

Line 2522: 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);

2518: CURSOR get_l_arg1_result IS
2519: SELECT XDO_CP_DATA_SECURITY_PKG.GET_CONCURRENT_REQUEST_IDS FROM DUAL;
2520:
2521: CURSOR get_l_arg7_result IS
2522: 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);
2523:
2524: BEGIN
2525:
2526: g_package := 'pay_mx_trr_pkg' ;