DBA Data[Home] [Help]

APPS.FND_FLEX_XML_PUBLISHER_APIS dependencies on FND_FLEX_XML_PUBLISHER_APIS

Line 1: PACKAGE BODY fnd_flex_xml_publisher_apis AS

1: PACKAGE BODY fnd_flex_xml_publisher_apis AS
2: /* $Header: AFFFXPAB.pls 120.8.12000000.1 2007/01/18 13:19:33 appldev ship $ */
3:
4: --
5: -- Qualifier Segment Number cache, generic version. One value per key

Line 262: 'Package : FND_FLEX_XML_PUBLISHER_APIS' || g_newline ||

258:
259: END IF;
260:
261: g_debug := g_debug ||
262: 'Package : FND_FLEX_XML_PUBLISHER_APIS' || g_newline ||
263: 'Version : $Header: AFFFXPAB.pls 120.8.12000000.1 2007/01/18 13:19:33 appldev ship $' || g_newline ||
264: 'Sysdate : ' || To_char(Sysdate, 'YYYY/MM/DD HH24:MI:SS') || g_newline;
265:
266: EXCEPTION

Line 2333: -- fnd_flex_xml_publisher_apis.process_kff_combination_1(

2329: -- Multiple Structure KFFs:
2330: -- - set_defining_column_name is not null
2331: -- - DATA_SET argument is not used
2332: --
2333: -- fnd_flex_xml_publisher_apis.process_kff_combination_1(
2334: -- 'SELECT_LEXICAL', 'SQLGL', 'GL#',
2335: -- cct.CHART_OF_ACCOUNTS_ID, NULL,
2336: -- cct.CODE_COMBINATION_ID, 'ALL', 'Y', 'VALUE')
2337: --

Line 2343: -- fnd_flex_xml_publisher_apis.process_kff_combination_1(

2339: -- - set_defining_column_name is null
2340: -- - Structure Number is always 101
2341: -- - DATA_SET argument is not used
2342: --
2343: -- fnd_flex_xml_publisher_apis.process_kff_combination_1(
2344: -- 'SELECT_LEXICAL', 'OFA', 'CAT#',
2345: -- 101, NULL,
2346: -- cct.CATEGORY_ID, 'ALL', 'Y', 'VALUE')
2347: --

Line 2354: -- fnd_flex_xml_publisher_apis.process_kff_combination_1(

2350: -- - set_defining_column_name may or may not be null
2351: -- - Structure Number is always 101
2352: -- - DATA_SET argument is used
2353: --
2354: -- fnd_flex_xml_publisher_apis.process_kff_combination_1(
2355: -- 'SELECT_LEXICAL', 'INV', 'MSTK',
2356: -- 101, cct.ORGANIZATION_ID,
2357: -- cct.INVENTORY_ITEM_ID, 'ALL', 'Y', 'VALUE')
2358: --

Line 2376: x_select_expression := 'fnd_flex_xml_publisher_apis.process_kff_combination_1(' ||

2372: ELSE
2373: l_data_set_column_name := 'NULL';
2374: END IF;
2375:
2376: x_select_expression := 'fnd_flex_xml_publisher_apis.process_kff_combination_1(' ||
2377: '''' || p_lexical_name || ''', ' ||
2378: '''' || p_application_short_name || ''', ' ||
2379: '''' || p_id_flex_code || ''', ' ||
2380: l_structure_column_name || ', ' ||

Line 2851: END fnd_flex_xml_publisher_apis;

2847: g_newline := fnd_global.newline();
2848: g_unused_argument := fnd_global.local_chr(0);
2849: g_debug_enabled := FALSE;
2850: init_debug();
2851: END fnd_flex_xml_publisher_apis;