DBA Data[Home] [Help]

APPS.PAY_PAYGTN_PKG dependencies on FND_APPLICATION_VL

Line 997: FROM fnd_application_vl app,

993:
994: -- Get Application Short Name and Application ID
995: CURSOR get_application_detais(c_request_id NUMBER) IS
996: SELECT app.application_short_name, fcp.application_id
997: FROM fnd_application_vl app,
998: fnd_concurrent_programs fcp,
999: fnd_concurrent_requests r
1000: WHERE fcp.concurrent_program_id = r.concurrent_program_id
1001: AND r.request_id = c_request_id

Line 1046: lv_app_short_name fnd_application_vl.application_short_name%TYPE;

1042: ln_application_id NUMBER;
1043: lv_proc_name VARCHAR2(100);
1044: lv_template_type xdo_templates_b.template_type_code%TYPE;
1045: lv_template_code xdo_templates_tl.template_code%TYPE;
1046: lv_app_short_name fnd_application_vl.application_short_name%TYPE;
1047:
1048:
1049: BEGIN
1050: