DBA Data[Home] [Help]

APPS.AP_AUTOSELECT_PKG dependencies on FND_CONCURRENT_PROGRAMS

Line 1658: l_template_code Fnd_Concurrent_Programs.template_code%TYPE; -- Bug 6969710

1654: SELECTION_FAILURE EXCEPTION;
1655: l_xml_output BOOLEAN;
1656: l_iso_language FND_LANGUAGES.iso_language%TYPE;
1657: l_iso_territory FND_LANGUAGES.iso_territory%TYPE;
1658: l_template_code Fnd_Concurrent_Programs.template_code%TYPE; -- Bug 6969710
1659: /*bug 7519277*/
1660: l_ATTRIBUTE_CATEGORY VARCHAR2(150);
1661: l_ATTRIBUTE1 VARCHAR2(150);
1662: l_ATTRIBUTE2 VARCHAR2(150);

Line 3938: FROM Fnd_Concurrent_Programs

3934:
3935: --Bug 6969710
3936: SELECT nvl(template_code, 'APINVSEL' )
3937: INTO l_template_code
3938: FROM Fnd_Concurrent_Programs
3939: WHERE concurrent_program_name = 'APINVSEL'; --Bug 6969710
3940:
3941:
3942: l_xml_output:= fnd_request.add_layout(

Line 4072: l_template_code Fnd_Concurrent_Programs.template_code%TYPE; --Bug 6969710

4068: l_payment_document_id number(15); --4939405
4069: l_xml_output BOOLEAN;
4070: l_iso_language FND_LANGUAGES.iso_language%TYPE;
4071: l_iso_territory FND_LANGUAGES.iso_territory%TYPE;
4072: l_template_code Fnd_Concurrent_Programs.template_code%TYPE; --Bug 6969710
4073: /*bug 7519277*/
4074: l_ATTRIBUTE_CATEGORY VARCHAR2(150);
4075: l_ATTRIBUTE1 VARCHAR2(150);
4076: l_ATTRIBUTE2 VARCHAR2(150);

Line 4467: FROM Fnd_Concurrent_Programs

4463:
4464: --Bug 6969710
4465: SELECT nvl(template_code, 'APINVSEL' )
4466: INTO l_template_code
4467: FROM Fnd_Concurrent_Programs
4468: WHERE concurrent_program_name = 'APINVSEL'; --Bug 6969710
4469:
4470: l_xml_output:= fnd_request.add_layout(
4471: template_appl_name => 'SQLAP',