DBA Data[Home] [Help]

APPS.PAY_PAYGTN_PKG dependencies on FND_APPLICATION_VL

Line 1006: FROM fnd_application_vl app,

1002:
1003: -- Get Application Short Name and Application ID
1004: CURSOR get_application_detais(c_request_id NUMBER) IS
1005: SELECT app.application_short_name, fcp.application_id
1006: FROM fnd_application_vl app,
1007: fnd_concurrent_programs fcp,
1008: fnd_concurrent_requests r
1009: WHERE fcp.concurrent_program_id = r.concurrent_program_id
1010: AND r.request_id = c_request_id

Line 1055: lv_app_short_name fnd_application_vl.application_short_name%TYPE;

1051: ln_application_id NUMBER;
1052: lv_proc_name VARCHAR2(100);
1053: lv_template_type xdo_templates_b.template_type_code%TYPE;
1054: lv_template_code xdo_templates_tl.template_code%TYPE;
1055: lv_app_short_name fnd_application_vl.application_short_name%TYPE;
1056:
1057:
1058: BEGIN
1059: