DBA Data[Home] [Help]

APPS.PAY_MX_TRR_PKG dependencies on XDO_CP_DATA_SECURITY_PKG

Line 2519: SELECT XDO_CP_DATA_SECURITY_PKG.GET_CONCURRENT_REQUEST_IDS FROM DUAL;

2515: l_arg1_result VARCHAR2(10);
2516: l_arg7_result VARCHAR2(10);
2517:
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: