DBA Data[Home] [Help]

APPS.XLA_AAD_UPLOAD_PVT dependencies on XLA_AAD_LOADER_UTIL_PVT

Line 128: xla_aad_loader_util_pvt.stack_error

124:
125: RETURN l_req_id;
126: EXCEPTION
127: WHEN OTHERS THEN
128: xla_aad_loader_util_pvt.stack_error
129: (p_appli_s_name => 'XLA'
130: ,p_msg_name => 'XLA_COMMON_ERROR'
131: ,p_token_1 => 'LOCATION'
132: ,p_value_1 => 'xla_aad_upload_pvt.submit_request'

Line 175: l_retcode := xla_aad_loader_util_pvt.wait_for_request(p_req_id => l_req_id);

171: IF (l_req_id = 0) THEN
172: RAISE FND_API.G_EXC_ERROR;
173: END IF;
174:
175: l_retcode := xla_aad_loader_util_pvt.wait_for_request(p_req_id => l_req_id);
176: IF (l_retcode = 'ERROR') THEN
177: RAISE FND_API.G_EXC_ERROR;
178: END IF;
179:

Line 189: xla_aad_loader_util_pvt.stack_error

185:
186: RETURN 'SUCCESS';
187: EXCEPTION
188: WHEN FND_API.G_EXC_ERROR THEN
189: xla_aad_loader_util_pvt.stack_error
190: (p_appli_s_name => 'XLA'
191: ,p_msg_name => 'XLA_AAD_UPL_FNDLOAD_FAIL'
192: ,p_token_1 => 'CONC_REQUEST_ID'
193: ,p_value_1 => l_req_id

Line 205: xla_aad_loader_util_pvt.stack_error

201: END IF;
202:
203: RETURN 'ERROR';
204: WHEN OTHERS THEN
205: xla_aad_loader_util_pvt.stack_error
206: (p_appli_s_name => 'XLA'
207: ,p_msg_name => 'XLA_COMMON_ERROR'
208: ,p_token_1 => 'LOCATION'
209: ,p_value_1 => 'xla_aad_upload_pvt.upload_data'

Line 528: xla_aad_loader_util_pvt.stack_error

524: END IF;
525:
526: IF (l_size <= 0) THEN
527: l_retcode := 'WARNING';
528: xla_aad_loader_util_pvt.stack_error
529: (p_appli_s_name => 'XLA'
530: ,p_msg_name => 'XLA_AAD_UPL_EMPTY_LDT');
531: END IF;
532:

Line 547: xla_aad_loader_util_pvt.stack_error

543: p_level => C_LEVEL_ERROR);
544: END IF;
545:
546: l_retcode := 'WARNING';
547: xla_aad_loader_util_pvt.stack_error
548: (p_appli_s_name => 'XLA'
549: ,p_msg_name => 'XLA_AAD_UPL_INV_APP'
550: ,p_token_1 => 'FILE_APP_NAME'
551: ,p_value_1 => l.file_app_name

Line 592: xla_aad_loader_util_pvt.insert_aadloaderlog(

588: group by analytical_criterion_code,analytical_criterion_type_code);
589:
590: -- Bug : 16208537
591: -- API Call to Insert messages into AAD Loader Log Table.
592: xla_aad_loader_util_pvt.insert_aadloaderlog(
593: p_amb_context_code => p_staging_context_code,
594: p_application_id => p_application_id,
595: p_request_code => 'IMPORT' ,
596: p_log_type_code => 'UPLOAD',

Line 651: xla_aad_loader_util_pvt.insert_aadloaderlog(

647: entity_code,event_class_code,source_code,source_type_code);
648:
649: -- Bug : 16208537
650: -- API Call to Insert messages into AAD Loader Log Table.
651: xla_aad_loader_util_pvt.insert_aadloaderlog(
652: p_amb_context_code => p_staging_context_code,
653: p_application_id => p_application_id,
654: p_request_code => 'IMPORT' ,
655: p_log_type_code => 'UPLOAD',

Line 693: xla_aad_loader_util_pvt.stack_error

689: p_level => C_LEVEL_ERROR);
690: END IF;
691:
692: l_retcode := 'WARNING';
693: xla_aad_loader_util_pvt.stack_error
694: (p_appli_s_name => 'XLA'
695: ,p_msg_name => 'XLA_AAD_UPL_DUP_NAME'
696: ,p_token_1 => 'COMPONENT_NAME'
697: ,p_value_1 => l.name

Line 724: xla_aad_loader_util_pvt.stack_error

720: p_level => C_LEVEL_ERROR);
721: END IF;
722:
723: l_retcode := 'WARNING';
724: xla_aad_loader_util_pvt.stack_error
725: (p_appli_s_name => 'XLA'
726: ,p_msg_name => 'XLA_AAD_UPL_DUP_CODE'
727: ,p_token_1 => 'CODE'
728: ,p_value_1 => l.code

Line 755: xla_aad_loader_util_pvt.stack_error

751: p_level => C_LEVEL_ERROR);
752: END IF;
753:
754: l_retcode := 'WARNING';
755: xla_aad_loader_util_pvt.stack_error
756: (p_appli_s_name => 'XLA'
757: ,p_msg_name => 'XLA_AAD_UPL_INVALID_COA'
758: ,p_token_1 => 'STRUCT_CODE'
759: ,p_value_1 => l.id_flex_struct_code);

Line 786: xla_aad_loader_util_pvt.stack_error

782:
783: l_retcode := 'WARNING';
784: --Bug 9374275
785: --Changed the token value from 'VALUE_SET_NAME' to 'VALUE_SET'
786: xla_aad_loader_util_pvt.stack_error
787: (p_appli_s_name => 'XLA'
788: ,p_msg_name => 'XLA_AAD_UPL_INVALID_VALUE_SET'
789: ,p_token_1 => 'VALUE_SET'
790: ,p_value_1 => l.flex_value_set_name);

Line 817: xla_aad_loader_util_pvt.stack_error

813:
814: l_retcode := 'WARNING';
815: --Bug 9374275
816: --Changed the token value from 'VALUE_SET_NAME' to 'APP_SHORT_NAME'
817: xla_aad_loader_util_pvt.stack_error
818: (p_appli_s_name => 'XLA'
819: ,p_msg_name => 'XLA_AAD_UPL_INVALID_APP_SN'
820: ,p_token_1 => 'APP_SHORT_NAME'
821: ,p_value_1 => l.app_short_name);

Line 852: xla_aad_loader_util_pvt.stack_error

848: p_module => l_log_module,
849: p_level => C_LEVEL_EVENT);
850: END IF;
851:
852: xla_aad_loader_util_pvt.stack_error
853: (p_appli_s_name => 'XLA'
854: ,p_msg_name => 'XLA_COMMON_ERROR'
855: ,p_token_1 => 'LOCATION'
856: ,p_value_1 => 'xla_aad_upload_pvt.validation'

Line 929: xla_aad_loader_util_pvt.insert_aadloaderlog(

925: END IF;
926:
927: -- Bug : 16208537
928: -- API Call to Insert messages into AAD Loader Log Table.
929: xla_aad_loader_util_pvt.insert_aadloaderlog(
930: p_amb_context_code => p_staging_context_code,
931: p_application_id => p_application_id,
932: p_request_code => 'IMPORT' ,
933: p_log_type_code => 'UPLOAD',

Line 981: xla_aad_loader_util_pvt.insert_aadloaderlog(

977: END IF;
978:
979: -- Bug : 16208537
980: -- API Call to Insert messages into AAD Loader Log Table.
981: xla_aad_loader_util_pvt.insert_aadloaderlog(
982: p_amb_context_code => p_staging_context_code,
983: p_application_id => p_application_id,
984: p_request_code => 'IMPORT' ,
985: p_log_type_code => 'UPLOAD',

Line 1027: xla_aad_loader_util_pvt.insert_aadloaderlog(

1023: END IF;
1024:
1025: -- Bug : 16208537
1026: -- API Call to Insert messages into AAD Loader Log Table.
1027: xla_aad_loader_util_pvt.insert_aadloaderlog(
1028: p_amb_context_code => p_staging_context_code,
1029: p_application_id => p_application_id,
1030: p_request_code => 'IMPORT' ,
1031: p_log_type_code => 'UPLOAD',

Line 1089: xla_aad_loader_util_pvt.insert_aadloaderlog(

1085: END IF;
1086:
1087: -- Bug : 16208537
1088: -- API Call to Insert messages into AAD Loader Log Table.
1089: xla_aad_loader_util_pvt.insert_aadloaderlog(
1090: p_amb_context_code => p_staging_context_code,
1091: p_application_id => p_application_id,
1092: p_request_code => 'IMPORT' ,
1093: p_log_type_code => 'UPLOAD',

Line 1144: xla_aad_loader_util_pvt.insert_aadloaderlog(

1140: END IF;
1141:
1142: -- Bug : 16208537
1143: -- API Call to Insert messages into AAD Loader Log Table.
1144: xla_aad_loader_util_pvt.insert_aadloaderlog(
1145: p_amb_context_code => p_staging_context_code,
1146: p_application_id => p_application_id,
1147: p_request_code => 'IMPORT' ,
1148: p_log_type_code => 'UPLOAD',

Line 1226: xla_aad_loader_util_pvt.insert_aadloaderlog(

1222: END IF;
1223:
1224: -- Bug : 16208537
1225: -- API Call to Insert messages into AAD Loader Log Table.
1226: xla_aad_loader_util_pvt.insert_aadloaderlog(
1227: p_amb_context_code => p_staging_context_code,
1228: p_application_id => p_application_id,
1229: p_request_code => 'IMPORT' ,
1230: p_log_type_code => 'UPLOAD',

Line 1259: xla_aad_loader_util_pvt.stack_error

1255: p_level => C_LEVEL_PROCEDURE);
1256: END IF;
1257:
1258:
1259: xla_aad_loader_util_pvt.stack_error
1260: (p_appli_s_name => 'XLA'
1261: ,p_msg_name => 'XLA_COMMON_ERROR'
1262: ,p_token_1 => 'LOCATION'
1263: ,p_value_1 => 'xla_aad_upload_pvt.populate_descriptions'

Line 1410: xla_aad_loader_util_pvt.insert_aadloaderlog(

1406: END IF;
1407:
1408: -- Bug : 16208537
1409: -- API Call to Insert messages into AAD Loader Log Table.
1410: xla_aad_loader_util_pvt.insert_aadloaderlog(
1411: p_amb_context_code => p_staging_context_code,
1412: p_application_id => p_application_id,
1413: p_request_code => 'IMPORT' ,
1414: p_log_type_code => 'UPLOAD',

Line 1460: xla_aad_loader_util_pvt.insert_aadloaderlog(

1456: END IF;
1457:
1458: -- Bug : 16208537
1459: -- API Call to Insert messages into AAD Loader Log Table.
1460: xla_aad_loader_util_pvt.insert_aadloaderlog(
1461: p_amb_context_code => p_staging_context_code,
1462: p_application_id => p_application_id,
1463: p_request_code => 'IMPORT' ,
1464: p_log_type_code => 'UPLOAD',

Line 1526: xla_aad_loader_util_pvt.stack_error

1522: OPEN c_mapping_set(l_ccid.mapping_set_code);
1523: FETCH c_mapping_set INTO l_mapping_set_name;
1524: CLOSE c_mapping_set;
1525:
1526: xla_aad_loader_util_pvt.stack_error
1527: (p_appli_s_name => 'XLA'
1528: ,p_msg_name => 'XLA_AAD_IMP_INV_CCID_MS_VALUE'
1529: ,p_token_1 => 'MAPPING_SET'
1530: ,p_value_1 => l_mapping_set_name);

Line 1623: xla_aad_loader_util_pvt.insert_aadloaderlog(

1619: END IF;
1620:
1621: -- Bug : 16208537
1622: -- API Call to Insert messages into AAD Loader Log Table.
1623: xla_aad_loader_util_pvt.insert_aadloaderlog(
1624: p_amb_context_code => p_staging_context_code,
1625: p_application_id => p_application_id,
1626: p_request_code => 'IMPORT' ,
1627: p_log_type_code => 'UPLOAD',

Line 1670: xla_aad_loader_util_pvt.stack_error

1666: p_module => l_log_module,
1667: p_level => C_LEVEL_PROCEDURE);
1668: END IF;
1669:
1670: xla_aad_loader_util_pvt.stack_error
1671: (p_appli_s_name => 'XLA'
1672: ,p_msg_name => 'XLA_COMMON_ERROR'
1673: ,p_token_1 => 'LOCATION'
1674: ,p_value_1 => 'xla_aad_upload_pvt.populate_mapping_sets'

Line 1760: xla_aad_loader_util_pvt.insert_aadloaderlog(

1756: END IF;
1757:
1758: -- Bug : 16208537
1759: -- API Call to Insert messages into AAD Loader Log Table.
1760: xla_aad_loader_util_pvt.insert_aadloaderlog(
1761: p_amb_context_code => p_staging_context_code,
1762: p_application_id => p_application_id,
1763: p_request_code => 'IMPORT' ,
1764: p_log_type_code => 'UPLOAD',

Line 1811: xla_aad_loader_util_pvt.insert_aadloaderlog(

1807: END IF;
1808:
1809: -- Bug : 16208537
1810: -- API Call to Insert messages into AAD Loader Log Table.
1811: xla_aad_loader_util_pvt.insert_aadloaderlog(
1812: p_amb_context_code => p_staging_context_code,
1813: p_application_id => p_application_id,
1814: p_request_code => 'IMPORT' ,
1815: p_log_type_code => 'UPLOAD',

Line 1860: xla_aad_loader_util_pvt.insert_aadloaderlog(

1856: END IF;
1857:
1858: -- Bug : 16208537
1859: -- API Call to Insert messages into AAD Loader Log Table.
1860: xla_aad_loader_util_pvt.insert_aadloaderlog(
1861: p_amb_context_code => p_staging_context_code,
1862: p_application_id => p_application_id,
1863: p_request_code => 'IMPORT' ,
1864: p_log_type_code => 'UPLOAD',

Line 1912: xla_aad_loader_util_pvt.insert_aadloaderlog(

1908: END IF;
1909:
1910: -- Bug : 16208537
1911: -- API Call to Insert messages into AAD Loader Log Table.
1912: xla_aad_loader_util_pvt.insert_aadloaderlog(
1913: p_amb_context_code => p_staging_context_code,
1914: p_application_id => p_application_id,
1915: p_request_code => 'IMPORT' ,
1916: p_log_type_code => 'UPLOAD',

Line 1970: xla_aad_loader_util_pvt.insert_aadloaderlog(

1966: END IF;
1967:
1968: -- Bug : 16208537
1969: -- API Call to Insert messages into AAD Loader Log Table.
1970: xla_aad_loader_util_pvt.insert_aadloaderlog(
1971: p_amb_context_code => p_staging_context_code,
1972: p_application_id => p_application_id,
1973: p_request_code => 'IMPORT' ,
1974: p_log_type_code => 'UPLOAD',

Line 2006: xla_aad_loader_util_pvt.stack_error

2002: p_module => l_log_module,
2003: p_level => C_LEVEL_PROCEDURE);
2004: END IF;
2005:
2006: xla_aad_loader_util_pvt.stack_error
2007: (p_appli_s_name => 'XLA'
2008: ,p_msg_name => 'XLA_COMMON_ERROR'
2009: ,p_token_1 => 'LOCATION'
2010: ,p_value_1 => 'xla_aad_upload_pvt.populate_analytical_criteria'

Line 2171: xla_aad_loader_util_pvt.insert_aadloaderlog(

2167: END IF;
2168:
2169: -- Bug : 16208537
2170: -- API Call to Insert messages into AAD Loader Log Table.
2171: xla_aad_loader_util_pvt.insert_aadloaderlog(
2172: p_amb_context_code => p_staging_context_code,
2173: p_application_id => p_application_id,
2174: p_request_code => 'IMPORT' ,
2175: p_log_type_code => 'UPLOAD',

Line 2223: xla_aad_loader_util_pvt.insert_aadloaderlog(

2219: END IF;
2220:
2221: -- Bug : 16208537
2222: -- API Call to Insert messages into AAD Loader Log Table.
2223: xla_aad_loader_util_pvt.insert_aadloaderlog(
2224: p_amb_context_code => p_staging_context_code,
2225: p_application_id => p_application_id,
2226: p_request_code => 'IMPORT' ,
2227: p_log_type_code => 'UPLOAD',

Line 2304: xla_aad_loader_util_pvt.insert_aadloaderlog(

2300: p_level => C_LEVEL_EVENT);
2301: END IF;
2302: -- Bug : 16208537
2303: -- API Call to Insert messages into AAD Loader Log Table.
2304: xla_aad_loader_util_pvt.insert_aadloaderlog(
2305: p_amb_context_code => p_staging_context_code,
2306: p_application_id => p_application_id,
2307: p_request_code => 'IMPORT' ,
2308: p_log_type_code => 'UPLOAD',

Line 2382: xla_aad_loader_util_pvt.stack_error

2378: ,l_ccid.segment_rule_code);
2379: FETCH c_seg_rule INTO l_seg_rule_name, l_seg_rule_owner;
2380: CLOSE c_seg_rule;
2381:
2382: xla_aad_loader_util_pvt.stack_error
2383: (p_appli_s_name => 'XLA'
2384: ,p_msg_name => 'XLA_AAD_IMP_INV_CCID_ADR_DET'
2385: ,p_token_1 => 'SEG_RULE'
2386: ,p_value_1 => l_seg_rule_name

Line 2481: xla_aad_loader_util_pvt.insert_aadloaderlog(

2477: p_level => C_LEVEL_EVENT);
2478: END IF;
2479: -- Bug : 16208537
2480: -- API Call to Insert messages into AAD Loader Log Table.
2481: xla_aad_loader_util_pvt.insert_aadloaderlog(
2482: p_amb_context_code => p_staging_context_code,
2483: p_application_id => p_application_id,
2484: p_request_code => 'IMPORT' ,
2485: p_log_type_code => 'UPLOAD',

Line 2528: xla_aad_loader_util_pvt.stack_error

2524: p_level => C_LEVEL_PROCEDURE);
2525: END IF;
2526:
2527:
2528: xla_aad_loader_util_pvt.stack_error
2529: (p_appli_s_name => 'XLA'
2530: ,p_msg_name => 'XLA_COMMON_ERROR'
2531: ,p_token_1 => 'LOCATION'
2532: ,p_value_1 => 'xla_aad_upload_pvt.populate_adrs'

Line 2637: xla_aad_loader_util_pvt.insert_aadloaderlog(

2633: END IF;
2634:
2635: -- Bug : 16208537
2636: -- API Call to Insert messages into AAD Loader Log Table.
2637: xla_aad_loader_util_pvt.insert_aadloaderlog(
2638: p_amb_context_code => p_staging_context_code,
2639: p_application_id => p_application_id,
2640: p_request_code => 'IMPORT' ,
2641: p_log_type_code => 'UPLOAD',

Line 2693: xla_aad_loader_util_pvt.insert_aadloaderlog(

2689: END IF;
2690:
2691: -- Bug : 16208537
2692: -- API Call to Insert messages into AAD Loader Log Table.
2693: xla_aad_loader_util_pvt.insert_aadloaderlog(
2694: p_amb_context_code => p_staging_context_code,
2695: p_application_id => p_application_id,
2696: p_request_code => 'IMPORT' ,
2697: p_log_type_code => 'UPLOAD',

Line 2749: xla_aad_loader_util_pvt.insert_aadloaderlog(

2745: END IF;
2746:
2747: -- Bug : 16208537
2748: -- API Call to Insert messages into AAD Loader Log Table.
2749: xla_aad_loader_util_pvt.insert_aadloaderlog(
2750: p_amb_context_code => p_staging_context_code,
2751: p_application_id => p_application_id,
2752: p_request_code => 'IMPORT' ,
2753: p_log_type_code => 'UPLOAD',

Line 2831: xla_aad_loader_util_pvt.insert_aadloaderlog(

2827: END IF;
2828:
2829: -- Bug : 16208537
2830: -- API Call to Insert messages into AAD Loader Log Table.
2831: xla_aad_loader_util_pvt.insert_aadloaderlog(
2832: p_amb_context_code => p_staging_context_code,
2833: p_application_id => p_application_id,
2834: p_request_code => 'IMPORT' ,
2835: p_log_type_code => 'UPLOAD',

Line 2863: xla_aad_loader_util_pvt.stack_error

2859: p_module => l_log_module,
2860: p_level => C_LEVEL_PROCEDURE);
2861: END IF;
2862:
2863: xla_aad_loader_util_pvt.stack_error
2864: (p_appli_s_name => 'XLA'
2865: ,p_msg_name => 'XLA_COMMON_ERROR'
2866: ,p_token_1 => 'LOCATION'
2867: ,p_value_1 => 'xla_aad_upload_pvt.populate_journal_line_types'

Line 2957: xla_aad_loader_util_pvt.insert_aadloaderlog(

2953: END IF;
2954:
2955: -- Bug : 16208537
2956: -- API Call to Insert messages into AAD Loader Log Table.
2957: xla_aad_loader_util_pvt.insert_aadloaderlog(
2958: p_amb_context_code => p_staging_context_code,
2959: p_application_id => p_application_id,
2960: p_request_code => 'IMPORT' ,
2961: p_log_type_code => 'UPLOAD',

Line 3015: xla_aad_loader_util_pvt.insert_aadloaderlog(

3011: END IF;
3012:
3013: -- Bug : 16208537
3014: -- API Call to Insert messages into AAD Loader Log Table.
3015: xla_aad_loader_util_pvt.insert_aadloaderlog(
3016: p_amb_context_code => p_staging_context_code,
3017: p_application_id => p_application_id,
3018: p_request_code => 'IMPORT' ,
3019: p_log_type_code => 'UPLOAD',

Line 3085: xla_aad_loader_util_pvt.insert_aadloaderlog(

3081: END IF;
3082:
3083: -- Bug : 16208537
3084: -- API Call to Insert messages into AAD Loader Log Table.
3085: xla_aad_loader_util_pvt.insert_aadloaderlog(
3086: p_amb_context_code => p_staging_context_code,
3087: p_application_id => p_application_id,
3088: p_request_code => 'IMPORT' ,
3089: p_log_type_code => 'UPLOAD',

Line 3155: xla_aad_loader_util_pvt.insert_aadloaderlog(

3151: END IF;
3152:
3153: -- Bug : 16208537
3154: -- API Call to Insert messages into AAD Loader Log Table.
3155: xla_aad_loader_util_pvt.insert_aadloaderlog(
3156: p_amb_context_code => p_staging_context_code,
3157: p_application_id => p_application_id,
3158: p_request_code => 'IMPORT' ,
3159: p_log_type_code => 'UPLOAD',

Line 3211: xla_aad_loader_util_pvt.insert_aadloaderlog(

3207: END IF;
3208:
3209: -- Bug : 16208537
3210: -- API Call to Insert messages into AAD Loader Log Table.
3211: xla_aad_loader_util_pvt.insert_aadloaderlog(
3212: p_amb_context_code => p_staging_context_code,
3213: p_application_id => p_application_id,
3214: p_request_code => 'IMPORT' ,
3215: p_log_type_code => 'UPLOAD',

Line 3266: xla_aad_loader_util_pvt.insert_aadloaderlog(

3262: END IF;
3263:
3264: -- Bug : 16208537
3265: -- API Call to Insert messages into AAD Loader Log Table.
3266: xla_aad_loader_util_pvt.insert_aadloaderlog(
3267: p_amb_context_code => p_staging_context_code,
3268: p_application_id => p_application_id,
3269: p_request_code => 'IMPORT' ,
3270: p_log_type_code => 'UPLOAD',

Line 3327: xla_aad_loader_util_pvt.insert_aadloaderlog(

3323: p_level => C_LEVEL_EVENT);
3324: END IF;
3325: -- Bug : 16208537
3326: -- API Call to Insert messages into AAD Loader Log Table.
3327: xla_aad_loader_util_pvt.insert_aadloaderlog(
3328: p_amb_context_code => p_staging_context_code,
3329: p_application_id => p_application_id,
3330: p_request_code => 'IMPORT' ,
3331: p_log_type_code => 'UPLOAD',

Line 3385: xla_aad_loader_util_pvt.insert_aadloaderlog(

3381: p_level => C_LEVEL_EVENT);
3382: END IF;
3383: -- Bug : 16208537
3384: -- API Call to Insert messages into AAD Loader Log Table.
3385: xla_aad_loader_util_pvt.insert_aadloaderlog(
3386: p_amb_context_code => p_staging_context_code,
3387: p_application_id => p_application_id,
3388: p_request_code => 'IMPORT' ,
3389: p_log_type_code => 'UPLOAD',

Line 3449: xla_aad_loader_util_pvt.insert_aadloaderlog(

3445: p_level => C_LEVEL_EVENT);
3446: END IF;
3447: -- Bug : 16208537
3448: -- API Call to Insert messages into AAD Loader Log Table.
3449: xla_aad_loader_util_pvt.insert_aadloaderlog(
3450: p_amb_context_code => p_staging_context_code,
3451: p_application_id => p_application_id,
3452: p_request_code => 'IMPORT' ,
3453: p_log_type_code => 'UPLOAD',

Line 3480: xla_aad_loader_util_pvt.stack_error

3476: p_module => l_log_module,
3477: p_level => C_LEVEL_PROCEDURE);
3478: END IF;
3479:
3480: xla_aad_loader_util_pvt.stack_error
3481: (p_appli_s_name => 'XLA'
3482: ,p_msg_name => 'XLA_COMMON_ERROR'
3483: ,p_token_1 => 'LOCATION'
3484: ,p_value_1 => 'xla_aad_upload_pvt.populate_jlds'

Line 3582: xla_aad_loader_util_pvt.insert_aadloaderlog(

3578: END IF;
3579:
3580: -- Bug : 16208537
3581: -- API Call to Insert messages into AAD Loader Log Table.
3582: xla_aad_loader_util_pvt.insert_aadloaderlog(
3583: p_amb_context_code => p_staging_context_code,
3584: p_application_id => p_application_id,
3585: p_request_code => 'IMPORT' ,
3586: p_log_type_code => 'UPLOAD',

Line 3634: xla_aad_loader_util_pvt.insert_aadloaderlog(

3630: END IF;
3631:
3632: -- Bug : 16208537
3633: -- API Call to Insert messages into AAD Loader Log Table.
3634: xla_aad_loader_util_pvt.insert_aadloaderlog(
3635: p_amb_context_code => p_staging_context_code,
3636: p_application_id => p_application_id,
3637: p_request_code => 'IMPORT' ,
3638: p_log_type_code => 'UPLOAD',

Line 3691: xla_aad_loader_util_pvt.insert_aadloaderlog(

3687: END IF;
3688:
3689: -- Bug : 16208537
3690: -- API Call to Insert messages into AAD Loader Log Table.
3691: xla_aad_loader_util_pvt.insert_aadloaderlog(
3692: p_amb_context_code => p_staging_context_code,
3693: p_application_id => p_application_id,
3694: p_request_code => 'IMPORT' ,
3695: p_log_type_code => 'UPLOAD',

Line 3748: xla_aad_loader_util_pvt.insert_aadloaderlog(

3744: p_level => C_LEVEL_EVENT);
3745: END IF;
3746: -- Bug : 16208537
3747: -- API Call to Insert messages into AAD Loader Log Table.
3748: xla_aad_loader_util_pvt.insert_aadloaderlog(
3749: p_amb_context_code => p_staging_context_code,
3750: p_application_id => p_application_id,
3751: p_request_code => 'IMPORT' ,
3752: p_log_type_code => 'UPLOAD',

Line 3797: xla_aad_loader_util_pvt.insert_aadloaderlog(

3793: p_level => C_LEVEL_EVENT);
3794: END IF;
3795: -- Bug : 16208537
3796: -- API Call to Insert messages into AAD Loader Log Table.
3797: xla_aad_loader_util_pvt.insert_aadloaderlog(
3798: p_amb_context_code => p_staging_context_code,
3799: p_application_id => p_application_id,
3800: p_request_code => 'IMPORT' ,
3801: p_log_type_code => 'UPLOAD',

Line 3848: xla_aad_loader_util_pvt.insert_aadloaderlog(

3844: END IF;
3845:
3846: -- Bug : 16208537
3847: -- API Call to Insert messages into AAD Loader Log Table.
3848: xla_aad_loader_util_pvt.insert_aadloaderlog(
3849: p_amb_context_code => p_staging_context_code,
3850: p_application_id => p_application_id,
3851: p_request_code => 'IMPORT' ,
3852: p_log_type_code => 'UPLOAD',

Line 3880: xla_aad_loader_util_pvt.stack_error

3876: p_module => l_log_module,
3877: p_level => C_LEVEL_PROCEDURE);
3878: END IF;
3879:
3880: xla_aad_loader_util_pvt.stack_error
3881: (p_appli_s_name => 'XLA'
3882: ,p_msg_name => 'XLA_COMMON_ERROR'
3883: ,p_token_1 => 'LOCATION'
3884: ,p_value_1 => 'xla_aad_upload_pvt.populate_aads'

Line 3967: xla_aad_loader_util_pvt.insert_aadloaderlog(

3963: p_level => C_LEVEL_EVENT);
3964: END IF;
3965: -- Bug : 16208537
3966: -- API Call to Insert messages into AAD Loader Log Table.
3967: xla_aad_loader_util_pvt.insert_aadloaderlog(
3968: p_amb_context_code => p_staging_context_code,
3969: p_application_id => p_application_id,
3970: p_request_code => 'IMPORT' ,
3971: p_log_type_code => 'UPLOAD',

Line 4013: xla_aad_loader_util_pvt.insert_aadloaderlog(

4009: l_num_rows := SQL%ROWCOUNT;
4010:
4011: -- Bug : 16208537
4012: -- API Call to Insert messages into AAD Loader Log Table.
4013: xla_aad_loader_util_pvt.insert_aadloaderlog(
4014: p_amb_context_code => p_staging_context_code,
4015: p_application_id => p_application_id,
4016: p_request_code => 'IMPORT' ,
4017: p_log_type_code => 'UPLOAD',

Line 4045: xla_aad_loader_util_pvt.stack_error

4041: p_module => l_log_module,
4042: p_level => C_LEVEL_PROCEDURE);
4043: END IF;
4044:
4045: xla_aad_loader_util_pvt.stack_error
4046: (p_appli_s_name => 'XLA'
4047: ,p_msg_name => 'XLA_COMMON_ERROR'
4048: ,p_token_1 => 'LOCATION'
4049: ,p_value_1 => 'xla_aad_upload_pvt.populate_acctg_methods'

Line 4154: xla_aad_loader_util_pvt.stack_error

4150: p_module => l_log_module,
4151: p_level => C_LEVEL_PROCEDURE);
4152: END IF;
4153:
4154: xla_aad_loader_util_pvt.stack_error
4155: (p_appli_s_name => 'XLA'
4156: ,p_msg_name => 'XLA_COMMON_ERROR'
4157: ,p_token_1 => 'LOCATION'
4158: ,p_value_1 => 'xla_aad_upload_pvt.populate_history'

Line 4330: xla_aad_loader_util_pvt.stack_error

4326:
4327: RETURN 'WARNING';
4328:
4329: WHEN OTHERS THEN
4330: xla_aad_loader_util_pvt.stack_error
4331: (p_appli_s_name => 'XLA'
4332: ,p_msg_name => 'XLA_COMMON_ERROR'
4333: ,p_token_1 => 'LOCATION'
4334: ,p_value_1 => 'xla_aad_upload_pvt.populate_data'

Line 4406: xla_aad_loader_util_pvt.stack_error

4402:
4403: RETURN l_upload_status;
4404:
4405: WHEN OTHERS THEN
4406: xla_aad_loader_util_pvt.stack_error
4407: (p_appli_s_name => 'XLA'
4408: ,p_msg_name => 'XLA_COMMON_ERROR'
4409: ,p_token_1 => 'LOCATION'
4410: ,p_value_1 => 'xla_aad_upload_pvt.post_upload'

Line 4463: IF (NOT xla_aad_loader_util_pvt.compatible_api_call

4459: p_level => C_LEVEL_PROCEDURE);
4460: END IF;
4461:
4462: -- Standard call to check for call compatibility.
4463: IF (NOT xla_aad_loader_util_pvt.compatible_api_call
4464: (p_current_version_number => l_api_version
4465: ,p_caller_version_number => p_api_version
4466: ,p_api_name => l_api_name
4467: ,p_pkg_name => C_DEFAULT_MODULE))

Line 4476: l_staging_context_code := xla_aad_loader_util_pvt.get_staging_context_code

4472: -- Initialize variables
4473: x_return_status := FND_API.G_RET_STS_SUCCESS;
4474:
4475: -- API Logic
4476: l_staging_context_code := xla_aad_loader_util_pvt.get_staging_context_code
4477: (p_application_id => p_application_id
4478: ,p_amb_context_code => p_amb_context_code);
4479:
4480: x_upload_status := upload_data

Line 4514: xla_aad_loader_util_pvt.stack_error

4510: ROLLBACK;
4511: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
4512: x_upload_status := 'ERROR';
4513:
4514: xla_aad_loader_util_pvt.stack_error
4515: (p_appli_s_name => 'XLA'
4516: ,p_msg_name => 'XLA_COMMON_ERROR'
4517: ,p_token_1 => 'LOCATION'
4518: ,p_value_1 => 'xla_aad_upload_pvt.upload'