DBA Data[Home] [Help]

APPS.PAY_MX_TRR_PKG dependencies on XDO_CP_DATA_SECURITY_PKG

Line 2639: SELECT XDO_CP_DATA_SECURITY_PKG.GET_CONCURRENT_REQUEST_IDS FROM DUAL;

2635: l_arg1_result VARCHAR2(10);
2636: l_arg7_result VARCHAR2(10);
2637:
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: