DBA Data[Home] [Help]

APPS.XLA_00200_AAD_S_000020_PKG dependencies on XLA_AE_SOURCES_PKG

Line 167: ,p_value_1 => xla_ae_sources_pkg.GetSourceName(

163: xla_accounting_err_pkg. build_message
164: (p_appli_s_name => 'XLA'
165: ,p_msg_name => 'XLA_AP_NO_LOOKUP_MEANING'
166: ,p_token_1 => 'SOURCE_NAME'
167: ,p_value_1 => xla_ae_sources_pkg.GetSourceName(
168: p_source_code
169: , p_source_type_code
170: , p_source_application_id
171: )

Line 378: xla_ae_sources_pkg.GetSystemSourceChar(

374: IF p_source_7 IS NOT NULL
375: THEN
376:
377: l_source := SUBSTR(
378: xla_ae_sources_pkg.GetSystemSourceChar(
379: p_source_code => 'XLA_EVENT_TYPE_NAME'
380: , p_source_type_code => 'Y'
381: , p_source_application_id => 602
382: ),1,1996);

Line 412: l_source := SUBSTR(xla_ae_sources_pkg.DATE_TO_CHAR(p_source_4,

408: l_ledger_language = 'US' THEN
409: l_description := SUBSTR(CONCAT(l_description,'Date:'),1,2000);
410: l_description := SUBSTR(CONCAT(l_description,' '),1,2000);
411: END IF;
412: l_source := SUBSTR(xla_ae_sources_pkg.DATE_TO_CHAR(p_source_4,
413: xla_ae_journal_entry_pkg.g_cache_ledgers_info.nls_desc_language),1,1996);
414: IF l_source IS NOT NULL THEN
415: l_description := SUBSTR(CONCAT(l_description,l_source),1,2000);
416: l_description := SUBSTR(CONCAT(l_description,' '),1,2000);

Line 492: xla_ae_sources_pkg.GetSystemSourceChar(

488: ELSIF p_source_7 IS NULL
489: THEN
490:
491: l_source := SUBSTR(
492: xla_ae_sources_pkg.GetSystemSourceChar(
493: p_source_code => 'XLA_EVENT_TYPE_NAME'
494: , p_source_type_code => 'Y'
495: , p_source_application_id => 602
496: ),1,1996);

Line 526: l_source := SUBSTR(xla_ae_sources_pkg.DATE_TO_CHAR(p_source_4,

522: l_ledger_language = 'US' THEN
523: l_description := SUBSTR(CONCAT(l_description,'Invoice Date:'),1,2000);
524: l_description := SUBSTR(CONCAT(l_description,' '),1,2000);
525: END IF;
526: l_source := SUBSTR(xla_ae_sources_pkg.DATE_TO_CHAR(p_source_4,
527: xla_ae_journal_entry_pkg.g_cache_ledgers_info.nls_desc_language),1,1996);
528: IF l_source IS NOT NULL THEN
529: l_description := SUBSTR(CONCAT(l_description,l_source),1,2000);
530: l_description := SUBSTR(CONCAT(l_description,' '),1,2000);

Line 645: xla_ae_sources_pkg.GetSystemSourceChar(

641: IF p_source_9 IS NOT NULL
642: THEN
643:
644: l_source := SUBSTR(
645: xla_ae_sources_pkg.GetSystemSourceChar(
646: p_source_code => 'XLA_EVENT_TYPE_NAME'
647: , p_source_type_code => 'Y'
648: , p_source_application_id => 602
649: ),1,1996);

Line 709: l_source := SUBSTR(xla_ae_sources_pkg.DATE_TO_CHAR(p_source_11,

705: l_ledger_language = 'US' THEN
706: l_description := SUBSTR(CONCAT(l_description,'Payment Date:'),1,2000);
707: l_description := SUBSTR(CONCAT(l_description,' '),1,2000);
708: END IF;
709: l_source := SUBSTR(xla_ae_sources_pkg.DATE_TO_CHAR(p_source_11,
710: xla_ae_journal_entry_pkg.g_cache_ledgers_info.nls_desc_language),1,1996);
711: IF l_source IS NOT NULL THEN
712: l_description := SUBSTR(CONCAT(l_description,l_source),1,2000);
713: l_description := SUBSTR(CONCAT(l_description,' '),1,2000);

Line 759: xla_ae_sources_pkg.GetSystemSourceChar(

755: ELSIF p_source_9 IS NULL
756: THEN
757:
758: l_source := SUBSTR(
759: xla_ae_sources_pkg.GetSystemSourceChar(
760: p_source_code => 'XLA_EVENT_TYPE_NAME'
761: , p_source_type_code => 'Y'
762: , p_source_application_id => 602
763: ),1,1996);

Line 793: l_source := SUBSTR(xla_ae_sources_pkg.DATE_TO_CHAR(p_source_11,

789: l_ledger_language = 'US' THEN
790: l_description := SUBSTR(CONCAT(l_description,'Payment Date:'),1,2000);
791: l_description := SUBSTR(CONCAT(l_description,' '),1,2000);
792: END IF;
793: l_source := SUBSTR(xla_ae_sources_pkg.DATE_TO_CHAR(p_source_11,
794: xla_ae_journal_entry_pkg.g_cache_ledgers_info.nls_desc_language),1,1996);
795: IF l_source IS NOT NULL THEN
796: l_description := SUBSTR(CONCAT(l_description,l_source),1,2000);
797: l_description := SUBSTR(CONCAT(l_description,' '),1,2000);

Line 968: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

964: xla_accounting_err_pkg.build_message
965: (p_appli_s_name => 'XLA'
966: ,p_msg_name => 'XLA_AP_INVALID_ADR'
967: ,p_token_1 => 'COMPONENT_NAME'
968: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
969: l_component_type
970: , l_component_code
971: , l_component_type_code
972: , l_component_appl_id

Line 1101: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

1097: xla_accounting_err_pkg.build_message
1098: (p_appli_s_name => 'XLA'
1099: ,p_msg_name => 'XLA_AP_INVALID_ADR'
1100: ,p_token_1 => 'COMPONENT_NAME'
1101: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
1102: l_component_type
1103: , l_component_code
1104: , l_component_type_code
1105: , l_component_appl_id

Line 1223: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

1219: xla_accounting_err_pkg.build_message
1220: (p_appli_s_name => 'XLA'
1221: ,p_msg_name => 'XLA_AP_INVALID_ADR'
1222: ,p_token_1 => 'COMPONENT_NAME'
1223: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
1224: l_component_type
1225: , l_component_code
1226: , l_component_type_code
1227: , l_component_appl_id

Line 1361: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

1357: xla_accounting_err_pkg.build_message
1358: (p_appli_s_name => 'XLA'
1359: ,p_msg_name => 'XLA_AP_INVALID_ADR'
1360: ,p_token_1 => 'COMPONENT_NAME'
1361: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
1362: l_component_type
1363: , l_component_code
1364: , l_component_type_code
1365: , l_component_appl_id

Line 1525: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

1521: xla_accounting_err_pkg.build_message
1522: (p_appli_s_name => 'XLA'
1523: ,p_msg_name => 'XLA_AP_INVALID_ADR'
1524: ,p_token_1 => 'COMPONENT_NAME'
1525: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
1526: l_component_type
1527: , l_component_code
1528: , l_component_type_code
1529: , l_component_appl_id

Line 1663: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

1659: xla_accounting_err_pkg.build_message
1660: (p_appli_s_name => 'XLA'
1661: ,p_msg_name => 'XLA_AP_INVALID_ADR'
1662: ,p_token_1 => 'COMPONENT_NAME'
1663: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
1664: l_component_type
1665: , l_component_code
1666: , l_component_type_code
1667: , l_component_appl_id

Line 1801: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

1797: xla_accounting_err_pkg.build_message
1798: (p_appli_s_name => 'XLA'
1799: ,p_msg_name => 'XLA_AP_INVALID_ADR'
1800: ,p_token_1 => 'COMPONENT_NAME'
1801: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
1802: l_component_type
1803: , l_component_code
1804: , l_component_type_code
1805: , l_component_appl_id

Line 2005: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

2001: xla_accounting_err_pkg.build_message
2002: (p_appli_s_name => 'XLA'
2003: ,p_msg_name => 'XLA_AP_INVALID_ADR'
2004: ,p_token_1 => 'COMPONENT_NAME'
2005: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
2006: l_component_type
2007: , l_component_code
2008: , l_component_type_code
2009: , l_component_appl_id

Line 2137: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

2133: xla_accounting_err_pkg.build_message
2134: (p_appli_s_name => 'XLA'
2135: ,p_msg_name => 'XLA_AP_INVALID_ADR'
2136: ,p_token_1 => 'COMPONENT_NAME'
2137: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
2138: l_component_type
2139: , l_component_code
2140: , l_component_type_code
2141: , l_component_appl_id

Line 2278: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

2274: xla_accounting_err_pkg.build_message
2275: (p_appli_s_name => 'XLA'
2276: ,p_msg_name => 'XLA_AP_INVALID_ADR'
2277: ,p_token_1 => 'COMPONENT_NAME'
2278: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
2279: l_component_type
2280: , l_component_code
2281: , l_component_type_code
2282: , l_component_appl_id

Line 2411: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

2407: xla_accounting_err_pkg.build_message
2408: (p_appli_s_name => 'XLA'
2409: ,p_msg_name => 'XLA_AP_INVALID_ADR'
2410: ,p_token_1 => 'COMPONENT_NAME'
2411: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
2412: l_component_type
2413: , l_component_code
2414: , l_component_type_code
2415: , l_component_appl_id

Line 2533: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

2529: xla_accounting_err_pkg.build_message
2530: (p_appli_s_name => 'XLA'
2531: ,p_msg_name => 'XLA_AP_INVALID_ADR'
2532: ,p_token_1 => 'COMPONENT_NAME'
2533: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
2534: l_component_type
2535: , l_component_code
2536: , l_component_type_code
2537: , l_component_appl_id

Line 2655: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

2651: xla_accounting_err_pkg.build_message
2652: (p_appli_s_name => 'XLA'
2653: ,p_msg_name => 'XLA_AP_INVALID_ADR'
2654: ,p_token_1 => 'COMPONENT_NAME'
2655: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
2656: l_component_type
2657: , l_component_code
2658: , l_component_type_code
2659: , l_component_appl_id

Line 2808: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

2804: xla_accounting_err_pkg.build_message
2805: (p_appli_s_name => 'XLA'
2806: ,p_msg_name => 'XLA_AP_INVALID_ADR'
2807: ,p_token_1 => 'COMPONENT_NAME'
2808: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
2809: l_component_type
2810: , l_component_code
2811: , l_component_type_code
2812: , l_component_appl_id

Line 2961: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

2957: xla_accounting_err_pkg.build_message
2958: (p_appli_s_name => 'XLA'
2959: ,p_msg_name => 'XLA_AP_INVALID_ADR'
2960: ,p_token_1 => 'COMPONENT_NAME'
2961: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
2962: l_component_type
2963: , l_component_code
2964: , l_component_type_code
2965: , l_component_appl_id

Line 3083: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

3079: xla_accounting_err_pkg.build_message
3080: (p_appli_s_name => 'XLA'
3081: ,p_msg_name => 'XLA_AP_INVALID_ADR'
3082: ,p_token_1 => 'COMPONENT_NAME'
3083: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
3084: l_component_type
3085: , l_component_code
3086: , l_component_type_code
3087: , l_component_appl_id

Line 3205: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

3201: xla_accounting_err_pkg.build_message
3202: (p_appli_s_name => 'XLA'
3203: ,p_msg_name => 'XLA_AP_INVALID_ADR'
3204: ,p_token_1 => 'COMPONENT_NAME'
3205: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
3206: l_component_type
3207: , l_component_code
3208: , l_component_type_code
3209: , l_component_appl_id

Line 3343: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

3339: xla_accounting_err_pkg.build_message
3340: (p_appli_s_name => 'XLA'
3341: ,p_msg_name => 'XLA_AP_INVALID_ADR'
3342: ,p_token_1 => 'COMPONENT_NAME'
3343: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
3344: l_component_type
3345: , l_component_code
3346: , l_component_type_code
3347: , l_component_appl_id

Line 3476: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

3472: xla_accounting_err_pkg.build_message
3473: (p_appli_s_name => 'XLA'
3474: ,p_msg_name => 'XLA_AP_INVALID_ADR'
3475: ,p_token_1 => 'COMPONENT_NAME'
3476: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
3477: l_component_type
3478: , l_component_code
3479: , l_component_type_code
3480: , l_component_appl_id

Line 3614: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

3610: xla_accounting_err_pkg.build_message
3611: (p_appli_s_name => 'XLA'
3612: ,p_msg_name => 'XLA_AP_INVALID_ADR'
3613: ,p_token_1 => 'COMPONENT_NAME'
3614: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
3615: l_component_type
3616: , l_component_code
3617: , l_component_type_code
3618: , l_component_appl_id

Line 3747: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

3743: xla_accounting_err_pkg.build_message
3744: (p_appli_s_name => 'XLA'
3745: ,p_msg_name => 'XLA_AP_INVALID_ADR'
3746: ,p_token_1 => 'COMPONENT_NAME'
3747: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
3748: l_component_type
3749: , l_component_code
3750: , l_component_type_code
3751: , l_component_appl_id

Line 3880: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

3876: xla_accounting_err_pkg.build_message
3877: (p_appli_s_name => 'XLA'
3878: ,p_msg_name => 'XLA_AP_INVALID_ADR'
3879: ,p_token_1 => 'COMPONENT_NAME'
3880: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
3881: l_component_type
3882: , l_component_code
3883: , l_component_type_code
3884: , l_component_appl_id

Line 4007: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

4003: xla_accounting_err_pkg.build_message
4004: (p_appli_s_name => 'XLA'
4005: ,p_msg_name => 'XLA_AP_INVALID_ADR'
4006: ,p_token_1 => 'COMPONENT_NAME'
4007: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
4008: l_component_type
4009: , l_component_code
4010: , l_component_type_code
4011: , l_component_appl_id

Line 4134: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

4130: xla_accounting_err_pkg.build_message
4131: (p_appli_s_name => 'XLA'
4132: ,p_msg_name => 'XLA_AP_INVALID_ADR'
4133: ,p_token_1 => 'COMPONENT_NAME'
4134: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
4135: l_component_type
4136: , l_component_code
4137: , l_component_type_code
4138: , l_component_appl_id

Line 4238: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

4234: xla_accounting_err_pkg.build_message
4235: (p_appli_s_name => 'XLA'
4236: ,p_msg_name => 'XLA_AP_INVALID_ADR'
4237: ,p_token_1 => 'COMPONENT_NAME'
4238: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
4239: l_component_type
4240: , l_component_code
4241: , l_component_type_code
4242: , l_component_appl_id

Line 4517: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

4513: xla_accounting_err_pkg.build_message
4514: (p_appli_s_name => 'XLA'
4515: ,p_msg_name => 'XLA_AP_INVALID_ADR'
4516: ,p_token_1 => 'COMPONENT_NAME'
4517: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
4518: l_component_type
4519: , l_component_code
4520: , l_component_type_code
4521: , l_component_appl_id

Line 4682: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

4678: xla_accounting_err_pkg.build_message
4679: (p_appli_s_name => 'XLA'
4680: ,p_msg_name => 'XLA_AP_INVALID_ADR'
4681: ,p_token_1 => 'COMPONENT_NAME'
4682: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
4683: l_component_type
4684: , l_component_code
4685: , l_component_type_code
4686: , l_component_appl_id

Line 4868: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

4864: xla_accounting_err_pkg.build_message
4865: (p_appli_s_name => 'XLA'
4866: ,p_msg_name => 'XLA_AP_INVALID_ADR'
4867: ,p_token_1 => 'COMPONENT_NAME'
4868: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
4869: l_component_type
4870: , l_component_code
4871: , l_component_type_code
4872: , l_component_appl_id

Line 4994: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

4990: xla_accounting_err_pkg.build_message
4991: (p_appli_s_name => 'XLA'
4992: ,p_msg_name => 'XLA_AP_INVALID_ADR'
4993: ,p_token_1 => 'COMPONENT_NAME'
4994: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
4995: l_component_type
4996: , l_component_code
4997: , l_component_type_code
4998: , l_component_appl_id

Line 5098: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

5094: xla_accounting_err_pkg.build_message
5095: (p_appli_s_name => 'XLA'
5096: ,p_msg_name => 'XLA_AP_INVALID_ADR'
5097: ,p_token_1 => 'COMPONENT_NAME'
5098: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
5099: l_component_type
5100: , l_component_code
5101: , l_component_type_code
5102: , l_component_appl_id

Line 5202: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

5198: xla_accounting_err_pkg.build_message
5199: (p_appli_s_name => 'XLA'
5200: ,p_msg_name => 'XLA_AP_INVALID_ADR'
5201: ,p_token_1 => 'COMPONENT_NAME'
5202: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
5203: l_component_type
5204: , l_component_code
5205: , l_component_type_code
5206: , l_component_appl_id

Line 5306: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

5302: xla_accounting_err_pkg.build_message
5303: (p_appli_s_name => 'XLA'
5304: ,p_msg_name => 'XLA_AP_INVALID_ADR'
5305: ,p_token_1 => 'COMPONENT_NAME'
5306: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
5307: l_component_type
5308: , l_component_code
5309: , l_component_type_code
5310: , l_component_appl_id

Line 5444: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

5440: xla_accounting_err_pkg.build_message
5441: (p_appli_s_name => 'XLA'
5442: ,p_msg_name => 'XLA_AP_INVALID_ADR'
5443: ,p_token_1 => 'COMPONENT_NAME'
5444: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
5445: l_component_type
5446: , l_component_code
5447: , l_component_type_code
5448: , l_component_appl_id

Line 5587: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

5583: xla_accounting_err_pkg.build_message
5584: (p_appli_s_name => 'XLA'
5585: ,p_msg_name => 'XLA_AP_INVALID_ADR'
5586: ,p_token_1 => 'COMPONENT_NAME'
5587: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
5588: l_component_type
5589: , l_component_code
5590: , l_component_type_code
5591: , l_component_appl_id

Line 5730: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

5726: xla_accounting_err_pkg.build_message
5727: (p_appli_s_name => 'XLA'
5728: ,p_msg_name => 'XLA_AP_INVALID_ADR'
5729: ,p_token_1 => 'COMPONENT_NAME'
5730: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
5731: l_component_type
5732: , l_component_code
5733: , l_component_type_code
5734: , l_component_appl_id

Line 5857: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

5853: xla_accounting_err_pkg.build_message
5854: (p_appli_s_name => 'XLA'
5855: ,p_msg_name => 'XLA_AP_INVALID_ADR'
5856: ,p_token_1 => 'COMPONENT_NAME'
5857: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
5858: l_component_type
5859: , l_component_code
5860: , l_component_type_code
5861: , l_component_appl_id

Line 5984: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

5980: xla_accounting_err_pkg.build_message
5981: (p_appli_s_name => 'XLA'
5982: ,p_msg_name => 'XLA_AP_INVALID_ADR'
5983: ,p_token_1 => 'COMPONENT_NAME'
5984: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
5985: l_component_type
5986: , l_component_code
5987: , l_component_type_code
5988: , l_component_appl_id

Line 6088: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

6084: xla_accounting_err_pkg.build_message
6085: (p_appli_s_name => 'XLA'
6086: ,p_msg_name => 'XLA_AP_INVALID_ADR'
6087: ,p_token_1 => 'COMPONENT_NAME'
6088: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
6089: l_component_type
6090: , l_component_code
6091: , l_component_type_code
6092: , l_component_appl_id

Line 6192: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

6188: xla_accounting_err_pkg.build_message
6189: (p_appli_s_name => 'XLA'
6190: ,p_msg_name => 'XLA_AP_INVALID_ADR'
6191: ,p_token_1 => 'COMPONENT_NAME'
6192: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
6193: l_component_type
6194: , l_component_code
6195: , l_component_type_code
6196: , l_component_appl_id

Line 6296: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

6292: xla_accounting_err_pkg.build_message
6293: (p_appli_s_name => 'XLA'
6294: ,p_msg_name => 'XLA_AP_INVALID_ADR'
6295: ,p_token_1 => 'COMPONENT_NAME'
6296: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
6297: l_component_type
6298: , l_component_code
6299: , l_component_type_code
6300: , l_component_appl_id

Line 6423: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

6419: xla_accounting_err_pkg.build_message
6420: (p_appli_s_name => 'XLA'
6421: ,p_msg_name => 'XLA_AP_INVALID_ADR'
6422: ,p_token_1 => 'COMPONENT_NAME'
6423: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
6424: l_component_type
6425: , l_component_code
6426: , l_component_type_code
6427: , l_component_appl_id

Line 6550: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

6546: xla_accounting_err_pkg.build_message
6547: (p_appli_s_name => 'XLA'
6548: ,p_msg_name => 'XLA_AP_INVALID_ADR'
6549: ,p_token_1 => 'COMPONENT_NAME'
6550: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
6551: l_component_type
6552: , l_component_code
6553: , l_component_type_code
6554: , l_component_appl_id

Line 6897: xla_ae_sources_pkg.GetSystemSourceNum(

6893: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
6894: l_rec_acct_attrs.array_char_value(1) := p_source_52;
6895: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
6896: l_rec_acct_attrs.array_num_value(2) :=
6897: xla_ae_sources_pkg.GetSystemSourceNum(
6898: p_source_code => 'XLA_EVENT_APPL_ID'
6899: , p_source_type_code => 'Y'
6900: , p_source_application_id => 602
6901: );

Line 6906: xla_ae_sources_pkg.GetSystemSourceChar(

6902: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
6903: l_rec_acct_attrs.array_char_value(3) := p_source_54;
6904: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
6905: l_rec_acct_attrs.array_char_value(4) :=
6906: xla_ae_sources_pkg.GetSystemSourceChar(
6907: p_source_code => 'XLA_ENTITY_CODE'
6908: , p_source_type_code => 'Y'
6909: , p_source_application_id => 602
6910: );

Line 7098: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

7094: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
7095: ,p_token_1 => 'LINE_NUMBER'
7096: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
7097: ,p_token_2 => 'LINE_TYPE_NAME'
7098: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
7099: l_component_type
7100: ,l_component_code
7101: ,l_component_type_code
7102: ,l_component_appl_id

Line 7603: xla_ae_sources_pkg.GetSystemSourceNum(

7599: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
7600: l_rec_acct_attrs.array_char_value(1) := p_source_52;
7601: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
7602: l_rec_acct_attrs.array_num_value(2) :=
7603: xla_ae_sources_pkg.GetSystemSourceNum(
7604: p_source_code => 'XLA_EVENT_APPL_ID'
7605: , p_source_type_code => 'Y'
7606: , p_source_application_id => 602
7607: );

Line 7612: xla_ae_sources_pkg.GetSystemSourceChar(

7608: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
7609: l_rec_acct_attrs.array_char_value(3) := p_source_54;
7610: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
7611: l_rec_acct_attrs.array_char_value(4) :=
7612: xla_ae_sources_pkg.GetSystemSourceChar(
7613: p_source_code => 'XLA_ENTITY_CODE'
7614: , p_source_type_code => 'Y'
7615: , p_source_application_id => 602
7616: );

Line 7802: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

7798: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
7799: ,p_token_1 => 'LINE_NUMBER'
7800: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
7801: ,p_token_2 => 'LINE_TYPE_NAME'
7802: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
7803: l_component_type
7804: ,l_component_code
7805: ,l_component_type_code
7806: ,l_component_appl_id

Line 8309: xla_ae_sources_pkg.GetSystemSourceNum(

8305: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
8306: l_rec_acct_attrs.array_char_value(1) := p_source_52;
8307: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
8308: l_rec_acct_attrs.array_num_value(2) :=
8309: xla_ae_sources_pkg.GetSystemSourceNum(
8310: p_source_code => 'XLA_EVENT_APPL_ID'
8311: , p_source_type_code => 'Y'
8312: , p_source_application_id => 602
8313: );

Line 8318: xla_ae_sources_pkg.GetSystemSourceChar(

8314: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
8315: l_rec_acct_attrs.array_char_value(3) := p_source_54;
8316: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
8317: l_rec_acct_attrs.array_char_value(4) :=
8318: xla_ae_sources_pkg.GetSystemSourceChar(
8319: p_source_code => 'XLA_ENTITY_CODE'
8320: , p_source_type_code => 'Y'
8321: , p_source_application_id => 602
8322: );

Line 8512: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

8508: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
8509: ,p_token_1 => 'LINE_NUMBER'
8510: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
8511: ,p_token_2 => 'LINE_TYPE_NAME'
8512: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
8513: l_component_type
8514: ,l_component_code
8515: ,l_component_type_code
8516: ,l_component_appl_id

Line 9019: xla_ae_sources_pkg.GetSystemSourceNum(

9015: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
9016: l_rec_acct_attrs.array_char_value(1) := p_source_52;
9017: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
9018: l_rec_acct_attrs.array_num_value(2) :=
9019: xla_ae_sources_pkg.GetSystemSourceNum(
9020: p_source_code => 'XLA_EVENT_APPL_ID'
9021: , p_source_type_code => 'Y'
9022: , p_source_application_id => 602
9023: );

Line 9028: xla_ae_sources_pkg.GetSystemSourceChar(

9024: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
9025: l_rec_acct_attrs.array_char_value(3) := p_source_54;
9026: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
9027: l_rec_acct_attrs.array_char_value(4) :=
9028: xla_ae_sources_pkg.GetSystemSourceChar(
9029: p_source_code => 'XLA_ENTITY_CODE'
9030: , p_source_type_code => 'Y'
9031: , p_source_application_id => 602
9032: );

Line 9220: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

9216: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
9217: ,p_token_1 => 'LINE_NUMBER'
9218: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
9219: ,p_token_2 => 'LINE_TYPE_NAME'
9220: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
9221: l_component_type
9222: ,l_component_code
9223: ,l_component_type_code
9224: ,l_component_appl_id

Line 9734: xla_ae_sources_pkg.GetSystemSourceNum(

9730: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
9731: l_rec_acct_attrs.array_char_value(1) := p_source_52;
9732: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
9733: l_rec_acct_attrs.array_num_value(2) :=
9734: xla_ae_sources_pkg.GetSystemSourceNum(
9735: p_source_code => 'XLA_EVENT_APPL_ID'
9736: , p_source_type_code => 'Y'
9737: , p_source_application_id => 602
9738: );

Line 9743: xla_ae_sources_pkg.GetSystemSourceChar(

9739: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
9740: l_rec_acct_attrs.array_char_value(3) := p_source_54;
9741: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
9742: l_rec_acct_attrs.array_char_value(4) :=
9743: xla_ae_sources_pkg.GetSystemSourceChar(
9744: p_source_code => 'XLA_ENTITY_CODE'
9745: , p_source_type_code => 'Y'
9746: , p_source_application_id => 602
9747: );

Line 10069: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

10065: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
10066: ,p_token_1 => 'LINE_NUMBER'
10067: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
10068: ,p_token_2 => 'LINE_TYPE_NAME'
10069: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
10070: l_component_type
10071: ,l_component_code
10072: ,l_component_type_code
10073: ,l_component_appl_id

Line 10725: xla_ae_sources_pkg.GetSystemSourceNum(

10721: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
10722: l_rec_acct_attrs.array_char_value(1) := p_source_52;
10723: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
10724: l_rec_acct_attrs.array_num_value(2) :=
10725: xla_ae_sources_pkg.GetSystemSourceNum(
10726: p_source_code => 'XLA_EVENT_APPL_ID'
10727: , p_source_type_code => 'Y'
10728: , p_source_application_id => 602
10729: );

Line 10734: xla_ae_sources_pkg.GetSystemSourceChar(

10730: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
10731: l_rec_acct_attrs.array_char_value(3) := p_source_54;
10732: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
10733: l_rec_acct_attrs.array_char_value(4) :=
10734: xla_ae_sources_pkg.GetSystemSourceChar(
10735: p_source_code => 'XLA_ENTITY_CODE'
10736: , p_source_type_code => 'Y'
10737: , p_source_application_id => 602
10738: );

Line 11058: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

11054: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
11055: ,p_token_1 => 'LINE_NUMBER'
11056: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
11057: ,p_token_2 => 'LINE_TYPE_NAME'
11058: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
11059: l_component_type
11060: ,l_component_code
11061: ,l_component_type_code
11062: ,l_component_appl_id

Line 11718: xla_ae_sources_pkg.GetSystemSourceNum(

11714: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
11715: l_rec_acct_attrs.array_char_value(1) := p_source_52;
11716: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
11717: l_rec_acct_attrs.array_num_value(2) :=
11718: xla_ae_sources_pkg.GetSystemSourceNum(
11719: p_source_code => 'XLA_EVENT_APPL_ID'
11720: , p_source_type_code => 'Y'
11721: , p_source_application_id => 602
11722: );

Line 11727: xla_ae_sources_pkg.GetSystemSourceChar(

11723: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
11724: l_rec_acct_attrs.array_char_value(3) := p_source_54;
11725: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
11726: l_rec_acct_attrs.array_char_value(4) :=
11727: xla_ae_sources_pkg.GetSystemSourceChar(
11728: p_source_code => 'XLA_ENTITY_CODE'
11729: , p_source_type_code => 'Y'
11730: , p_source_application_id => 602
11731: );

Line 12055: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

12051: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
12052: ,p_token_1 => 'LINE_NUMBER'
12053: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
12054: ,p_token_2 => 'LINE_TYPE_NAME'
12055: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
12056: l_component_type
12057: ,l_component_code
12058: ,l_component_type_code
12059: ,l_component_appl_id

Line 12713: xla_ae_sources_pkg.GetSystemSourceNum(

12709: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
12710: l_rec_acct_attrs.array_char_value(1) := p_source_52;
12711: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
12712: l_rec_acct_attrs.array_num_value(2) :=
12713: xla_ae_sources_pkg.GetSystemSourceNum(
12714: p_source_code => 'XLA_EVENT_APPL_ID'
12715: , p_source_type_code => 'Y'
12716: , p_source_application_id => 602
12717: );

Line 12722: xla_ae_sources_pkg.GetSystemSourceChar(

12718: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
12719: l_rec_acct_attrs.array_char_value(3) := p_source_54;
12720: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
12721: l_rec_acct_attrs.array_char_value(4) :=
12722: xla_ae_sources_pkg.GetSystemSourceChar(
12723: p_source_code => 'XLA_ENTITY_CODE'
12724: , p_source_type_code => 'Y'
12725: , p_source_application_id => 602
12726: );

Line 13048: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

13044: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
13045: ,p_token_1 => 'LINE_NUMBER'
13046: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
13047: ,p_token_2 => 'LINE_TYPE_NAME'
13048: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
13049: l_component_type
13050: ,l_component_code
13051: ,l_component_type_code
13052: ,l_component_appl_id

Line 13711: xla_ae_sources_pkg.GetSystemSourceNum(

13707: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
13708: l_rec_acct_attrs.array_char_value(1) := p_source_52;
13709: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
13710: l_rec_acct_attrs.array_num_value(2) :=
13711: xla_ae_sources_pkg.GetSystemSourceNum(
13712: p_source_code => 'XLA_EVENT_APPL_ID'
13713: , p_source_type_code => 'Y'
13714: , p_source_application_id => 602
13715: );

Line 13720: xla_ae_sources_pkg.GetSystemSourceChar(

13716: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
13717: l_rec_acct_attrs.array_char_value(3) := p_source_54;
13718: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
13719: l_rec_acct_attrs.array_char_value(4) :=
13720: xla_ae_sources_pkg.GetSystemSourceChar(
13721: p_source_code => 'XLA_ENTITY_CODE'
13722: , p_source_type_code => 'Y'
13723: , p_source_application_id => 602
13724: );

Line 14046: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

14042: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
14043: ,p_token_1 => 'LINE_NUMBER'
14044: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
14045: ,p_token_2 => 'LINE_TYPE_NAME'
14046: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
14047: l_component_type
14048: ,l_component_code
14049: ,l_component_type_code
14050: ,l_component_appl_id

Line 14707: xla_ae_sources_pkg.GetSystemSourceNum(

14703: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
14704: l_rec_acct_attrs.array_char_value(1) := p_source_52;
14705: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
14706: l_rec_acct_attrs.array_num_value(2) :=
14707: xla_ae_sources_pkg.GetSystemSourceNum(
14708: p_source_code => 'XLA_EVENT_APPL_ID'
14709: , p_source_type_code => 'Y'
14710: , p_source_application_id => 602
14711: );

Line 14716: xla_ae_sources_pkg.GetSystemSourceChar(

14712: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
14713: l_rec_acct_attrs.array_char_value(3) := p_source_54;
14714: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
14715: l_rec_acct_attrs.array_char_value(4) :=
14716: xla_ae_sources_pkg.GetSystemSourceChar(
14717: p_source_code => 'XLA_ENTITY_CODE'
14718: , p_source_type_code => 'Y'
14719: , p_source_application_id => 602
14720: );

Line 15040: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

15036: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
15037: ,p_token_1 => 'LINE_NUMBER'
15038: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
15039: ,p_token_2 => 'LINE_TYPE_NAME'
15040: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
15041: l_component_type
15042: ,l_component_code
15043: ,l_component_type_code
15044: ,l_component_appl_id

Line 15705: xla_ae_sources_pkg.GetSystemSourceNum(

15701: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
15702: l_rec_acct_attrs.array_char_value(1) := p_source_52;
15703: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
15704: l_rec_acct_attrs.array_num_value(2) :=
15705: xla_ae_sources_pkg.GetSystemSourceNum(
15706: p_source_code => 'XLA_EVENT_APPL_ID'
15707: , p_source_type_code => 'Y'
15708: , p_source_application_id => 602
15709: );

Line 15714: xla_ae_sources_pkg.GetSystemSourceChar(

15710: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
15711: l_rec_acct_attrs.array_char_value(3) := p_source_54;
15712: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
15713: l_rec_acct_attrs.array_char_value(4) :=
15714: xla_ae_sources_pkg.GetSystemSourceChar(
15715: p_source_code => 'XLA_ENTITY_CODE'
15716: , p_source_type_code => 'Y'
15717: , p_source_application_id => 602
15718: );

Line 16042: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

16038: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
16039: ,p_token_1 => 'LINE_NUMBER'
16040: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
16041: ,p_token_2 => 'LINE_TYPE_NAME'
16042: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
16043: l_component_type
16044: ,l_component_code
16045: ,l_component_type_code
16046: ,l_component_appl_id

Line 16705: xla_ae_sources_pkg.GetSystemSourceNum(

16701: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
16702: l_rec_acct_attrs.array_char_value(1) := p_source_52;
16703: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
16704: l_rec_acct_attrs.array_num_value(2) :=
16705: xla_ae_sources_pkg.GetSystemSourceNum(
16706: p_source_code => 'XLA_EVENT_APPL_ID'
16707: , p_source_type_code => 'Y'
16708: , p_source_application_id => 602
16709: );

Line 16714: xla_ae_sources_pkg.GetSystemSourceChar(

16710: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
16711: l_rec_acct_attrs.array_char_value(3) := p_source_54;
16712: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
16713: l_rec_acct_attrs.array_char_value(4) :=
16714: xla_ae_sources_pkg.GetSystemSourceChar(
16715: p_source_code => 'XLA_ENTITY_CODE'
16716: , p_source_type_code => 'Y'
16717: , p_source_application_id => 602
16718: );

Line 17040: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

17036: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
17037: ,p_token_1 => 'LINE_NUMBER'
17038: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
17039: ,p_token_2 => 'LINE_TYPE_NAME'
17040: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
17041: l_component_type
17042: ,l_component_code
17043: ,l_component_type_code
17044: ,l_component_appl_id

Line 17916: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

17912: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
17913: ,p_token_1 => 'LINE_NUMBER'
17914: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
17915: ,p_token_2 => 'LINE_TYPE_NAME'
17916: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
17917: l_component_type
17918: ,l_component_code
17919: ,l_component_type_code
17920: ,l_component_appl_id

Line 18737: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

18733: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
18734: ,p_token_1 => 'LINE_NUMBER'
18735: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
18736: ,p_token_2 => 'LINE_TYPE_NAME'
18737: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
18738: l_component_type
18739: ,l_component_code
18740: ,l_component_type_code
18741: ,l_component_appl_id

Line 19548: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

19544: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
19545: ,p_token_1 => 'LINE_NUMBER'
19546: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
19547: ,p_token_2 => 'LINE_TYPE_NAME'
19548: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
19549: l_component_type
19550: ,l_component_code
19551: ,l_component_type_code
19552: ,l_component_appl_id

Line 20294: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

20290: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
20291: ,p_token_1 => 'LINE_NUMBER'
20292: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
20293: ,p_token_2 => 'LINE_TYPE_NAME'
20294: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
20295: l_component_type
20296: ,l_component_code
20297: ,l_component_type_code
20298: ,l_component_appl_id

Line 20972: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

20968: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
20969: ,p_token_1 => 'LINE_NUMBER'
20970: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
20971: ,p_token_2 => 'LINE_TYPE_NAME'
20972: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
20973: l_component_type
20974: ,l_component_code
20975: ,l_component_type_code
20976: ,l_component_appl_id

Line 21550: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

21546: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
21547: ,p_token_1 => 'LINE_NUMBER'
21548: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
21549: ,p_token_2 => 'LINE_TYPE_NAME'
21550: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
21551: l_component_type
21552: ,l_component_code
21553: ,l_component_type_code
21554: ,l_component_appl_id

Line 22100: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

22096: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
22097: ,p_token_1 => 'LINE_NUMBER'
22098: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
22099: ,p_token_2 => 'LINE_TYPE_NAME'
22100: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
22101: l_component_type
22102: ,l_component_code
22103: ,l_component_type_code
22104: ,l_component_appl_id

Line 22783: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

22779: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
22780: ,p_token_1 => 'LINE_NUMBER'
22781: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
22782: ,p_token_2 => 'LINE_TYPE_NAME'
22783: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
22784: l_component_type
22785: ,l_component_code
22786: ,l_component_type_code
22787: ,l_component_appl_id

Line 23516: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

23512: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
23513: ,p_token_1 => 'LINE_NUMBER'
23514: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
23515: ,p_token_2 => 'LINE_TYPE_NAME'
23516: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
23517: l_component_type
23518: ,l_component_code
23519: ,l_component_type_code
23520: ,l_component_appl_id

Line 24120: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

24116: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
24117: ,p_token_1 => 'LINE_NUMBER'
24118: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
24119: ,p_token_2 => 'LINE_TYPE_NAME'
24120: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
24121: l_component_type
24122: ,l_component_code
24123: ,l_component_type_code
24124: ,l_component_appl_id

Line 24760: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

24756: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
24757: ,p_token_1 => 'LINE_NUMBER'
24758: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
24759: ,p_token_2 => 'LINE_TYPE_NAME'
24760: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
24761: l_component_type
24762: ,l_component_code
24763: ,l_component_type_code
24764: ,l_component_appl_id

Line 25494: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

25490: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
25491: ,p_token_1 => 'LINE_NUMBER'
25492: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
25493: ,p_token_2 => 'LINE_TYPE_NAME'
25494: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
25495: l_component_type
25496: ,l_component_code
25497: ,l_component_type_code
25498: ,l_component_appl_id

Line 26252: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

26248: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
26249: ,p_token_1 => 'LINE_NUMBER'
26250: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
26251: ,p_token_2 => 'LINE_TYPE_NAME'
26252: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
26253: l_component_type
26254: ,l_component_code
26255: ,l_component_type_code
26256: ,l_component_appl_id

Line 27010: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

27006: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
27007: ,p_token_1 => 'LINE_NUMBER'
27008: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
27009: ,p_token_2 => 'LINE_TYPE_NAME'
27010: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
27011: l_component_type
27012: ,l_component_code
27013: ,l_component_type_code
27014: ,l_component_appl_id

Line 27768: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

27764: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
27765: ,p_token_1 => 'LINE_NUMBER'
27766: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
27767: ,p_token_2 => 'LINE_TYPE_NAME'
27768: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
27769: l_component_type
27770: ,l_component_code
27771: ,l_component_type_code
27772: ,l_component_appl_id

Line 28458: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

28454: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
28455: ,p_token_1 => 'LINE_NUMBER'
28456: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
28457: ,p_token_2 => 'LINE_TYPE_NAME'
28458: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
28459: l_component_type
28460: ,l_component_code
28461: ,l_component_type_code
28462: ,l_component_appl_id

Line 29101: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

29097: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
29098: ,p_token_1 => 'LINE_NUMBER'
29099: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
29100: ,p_token_2 => 'LINE_TYPE_NAME'
29101: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
29102: l_component_type
29103: ,l_component_code
29104: ,l_component_type_code
29105: ,l_component_appl_id

Line 29812: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

29808: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
29809: ,p_token_1 => 'LINE_NUMBER'
29810: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
29811: ,p_token_2 => 'LINE_TYPE_NAME'
29812: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
29813: l_component_type
29814: ,l_component_code
29815: ,l_component_type_code
29816: ,l_component_appl_id

Line 30549: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

30545: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
30546: ,p_token_1 => 'LINE_NUMBER'
30547: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
30548: ,p_token_2 => 'LINE_TYPE_NAME'
30549: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
30550: l_component_type
30551: ,l_component_code
30552: ,l_component_type_code
30553: ,l_component_appl_id

Line 31214: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

31210: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
31211: ,p_token_1 => 'LINE_NUMBER'
31212: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
31213: ,p_token_2 => 'LINE_TYPE_NAME'
31214: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
31215: l_component_type
31216: ,l_component_code
31217: ,l_component_type_code
31218: ,l_component_appl_id

Line 31872: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

31868: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
31869: ,p_token_1 => 'LINE_NUMBER'
31870: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
31871: ,p_token_2 => 'LINE_TYPE_NAME'
31872: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
31873: l_component_type
31874: ,l_component_code
31875: ,l_component_type_code
31876: ,l_component_appl_id

Line 32598: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

32594: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
32595: ,p_token_1 => 'LINE_NUMBER'
32596: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
32597: ,p_token_2 => 'LINE_TYPE_NAME'
32598: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
32599: l_component_type
32600: ,l_component_code
32601: ,l_component_type_code
32602: ,l_component_appl_id

Line 33348: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

33344: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
33345: ,p_token_1 => 'LINE_NUMBER'
33346: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
33347: ,p_token_2 => 'LINE_TYPE_NAME'
33348: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
33349: l_component_type
33350: ,l_component_code
33351: ,l_component_type_code
33352: ,l_component_appl_id

Line 34098: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

34094: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
34095: ,p_token_1 => 'LINE_NUMBER'
34096: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
34097: ,p_token_2 => 'LINE_TYPE_NAME'
34098: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
34099: l_component_type
34100: ,l_component_code
34101: ,l_component_type_code
34102: ,l_component_appl_id

Line 34848: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

34844: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
34845: ,p_token_1 => 'LINE_NUMBER'
34846: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
34847: ,p_token_2 => 'LINE_TYPE_NAME'
34848: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
34849: l_component_type
34850: ,l_component_code
34851: ,l_component_type_code
34852: ,l_component_appl_id

Line 35530: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

35526: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
35527: ,p_token_1 => 'LINE_NUMBER'
35528: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
35529: ,p_token_2 => 'LINE_TYPE_NAME'
35530: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
35531: l_component_type
35532: ,l_component_code
35533: ,l_component_type_code
35534: ,l_component_appl_id

Line 36196: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

36192: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
36193: ,p_token_1 => 'LINE_NUMBER'
36194: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
36195: ,p_token_2 => 'LINE_TYPE_NAME'
36196: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
36197: l_component_type
36198: ,l_component_code
36199: ,l_component_type_code
36200: ,l_component_appl_id

Line 36930: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

36926: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
36927: ,p_token_1 => 'LINE_NUMBER'
36928: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
36929: ,p_token_2 => 'LINE_TYPE_NAME'
36930: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
36931: l_component_type
36932: ,l_component_code
36933: ,l_component_type_code
36934: ,l_component_appl_id

Line 37688: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

37684: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
37685: ,p_token_1 => 'LINE_NUMBER'
37686: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
37687: ,p_token_2 => 'LINE_TYPE_NAME'
37688: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
37689: l_component_type
37690: ,l_component_code
37691: ,l_component_type_code
37692: ,l_component_appl_id

Line 38353: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

38349: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
38350: ,p_token_1 => 'LINE_NUMBER'
38351: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
38352: ,p_token_2 => 'LINE_TYPE_NAME'
38353: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
38354: l_component_type
38355: ,l_component_code
38356: ,l_component_type_code
38357: ,l_component_appl_id

Line 39062: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

39058: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
39059: ,p_token_1 => 'LINE_NUMBER'
39060: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
39061: ,p_token_2 => 'LINE_TYPE_NAME'
39062: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
39063: l_component_type
39064: ,l_component_code
39065: ,l_component_type_code
39066: ,l_component_appl_id

Line 39795: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

39791: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
39792: ,p_token_1 => 'LINE_NUMBER'
39793: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
39794: ,p_token_2 => 'LINE_TYPE_NAME'
39795: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
39796: l_component_type
39797: ,l_component_code
39798: ,l_component_type_code
39799: ,l_component_appl_id

Line 40477: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

40473: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
40474: ,p_token_1 => 'LINE_NUMBER'
40475: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
40476: ,p_token_2 => 'LINE_TYPE_NAME'
40477: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
40478: l_component_type
40479: ,l_component_code
40480: ,l_component_type_code
40481: ,l_component_appl_id

Line 41203: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

41199: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
41200: ,p_token_1 => 'LINE_NUMBER'
41201: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
41202: ,p_token_2 => 'LINE_TYPE_NAME'
41203: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
41204: l_component_type
41205: ,l_component_code
41206: ,l_component_type_code
41207: ,l_component_appl_id

Line 41953: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

41949: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
41950: ,p_token_1 => 'LINE_NUMBER'
41951: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
41952: ,p_token_2 => 'LINE_TYPE_NAME'
41953: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
41954: l_component_type
41955: ,l_component_code
41956: ,l_component_type_code
41957: ,l_component_appl_id

Line 42632: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

42628: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
42629: ,p_token_1 => 'LINE_NUMBER'
42630: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
42631: ,p_token_2 => 'LINE_TYPE_NAME'
42632: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
42633: l_component_type
42634: ,l_component_code
42635: ,l_component_type_code
42636: ,l_component_appl_id

Line 43222: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

43218: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
43219: ,p_token_1 => 'LINE_NUMBER'
43220: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
43221: ,p_token_2 => 'LINE_TYPE_NAME'
43222: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
43223: l_component_type
43224: ,l_component_code
43225: ,l_component_type_code
43226: ,l_component_appl_id

Line 43772: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

43768: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
43769: ,p_token_1 => 'LINE_NUMBER'
43770: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
43771: ,p_token_2 => 'LINE_TYPE_NAME'
43772: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
43773: l_component_type
43774: ,l_component_code
43775: ,l_component_type_code
43776: ,l_component_appl_id

Line 44355: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

44351: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
44352: ,p_token_1 => 'LINE_NUMBER'
44353: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
44354: ,p_token_2 => 'LINE_TYPE_NAME'
44355: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
44356: l_component_type
44357: ,l_component_code
44358: ,l_component_type_code
44359: ,l_component_appl_id

Line 44820: xla_ae_sources_pkg.GetSystemSourceNum(

44816: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
44817: l_rec_acct_attrs.array_char_value(1) := p_source_52;
44818: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
44819: l_rec_acct_attrs.array_num_value(2) :=
44820: xla_ae_sources_pkg.GetSystemSourceNum(
44821: p_source_code => 'XLA_EVENT_APPL_ID'
44822: , p_source_type_code => 'Y'
44823: , p_source_application_id => 602
44824: );

Line 44829: xla_ae_sources_pkg.GetSystemSourceChar(

44825: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
44826: l_rec_acct_attrs.array_char_value(3) := p_source_54;
44827: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
44828: l_rec_acct_attrs.array_char_value(4) :=
44829: xla_ae_sources_pkg.GetSystemSourceChar(
44830: p_source_code => 'XLA_ENTITY_CODE'
44831: , p_source_type_code => 'Y'
44832: , p_source_application_id => 602
44833: );

Line 44980: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

44976: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
44977: ,p_token_1 => 'LINE_NUMBER'
44978: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
44979: ,p_token_2 => 'LINE_TYPE_NAME'
44980: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
44981: l_component_type
44982: ,l_component_code
44983: ,l_component_type_code
44984: ,l_component_appl_id

Line 45469: xla_ae_sources_pkg.GetSystemSourceNum(

45465: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
45466: l_rec_acct_attrs.array_char_value(1) := p_source_52;
45467: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
45468: l_rec_acct_attrs.array_num_value(2) :=
45469: xla_ae_sources_pkg.GetSystemSourceNum(
45470: p_source_code => 'XLA_EVENT_APPL_ID'
45471: , p_source_type_code => 'Y'
45472: , p_source_application_id => 602
45473: );

Line 45478: xla_ae_sources_pkg.GetSystemSourceChar(

45474: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
45475: l_rec_acct_attrs.array_char_value(3) := p_source_54;
45476: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
45477: l_rec_acct_attrs.array_char_value(4) :=
45478: xla_ae_sources_pkg.GetSystemSourceChar(
45479: p_source_code => 'XLA_ENTITY_CODE'
45480: , p_source_type_code => 'Y'
45481: , p_source_application_id => 602
45482: );

Line 45670: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

45666: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
45667: ,p_token_1 => 'LINE_NUMBER'
45668: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
45669: ,p_token_2 => 'LINE_TYPE_NAME'
45670: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
45671: l_component_type
45672: ,l_component_code
45673: ,l_component_type_code
45674: ,l_component_appl_id

Line 46311: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

46307: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
46308: ,p_token_1 => 'LINE_NUMBER'
46309: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
46310: ,p_token_2 => 'LINE_TYPE_NAME'
46311: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
46312: l_component_type
46313: ,l_component_code
46314: ,l_component_type_code
46315: ,l_component_appl_id

Line 46985: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

46981: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
46982: ,p_token_1 => 'LINE_NUMBER'
46983: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
46984: ,p_token_2 => 'LINE_TYPE_NAME'
46985: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
46986: l_component_type
46987: ,l_component_code
46988: ,l_component_type_code
46989: ,l_component_appl_id

Line 47488: xla_ae_sources_pkg.GetSystemSourceNum(

47484: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
47485: l_rec_acct_attrs.array_char_value(1) := p_source_52;
47486: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
47487: l_rec_acct_attrs.array_num_value(2) :=
47488: xla_ae_sources_pkg.GetSystemSourceNum(
47489: p_source_code => 'XLA_EVENT_APPL_ID'
47490: , p_source_type_code => 'Y'
47491: , p_source_application_id => 602
47492: );

Line 47497: xla_ae_sources_pkg.GetSystemSourceChar(

47493: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
47494: l_rec_acct_attrs.array_char_value(3) := p_source_54;
47495: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
47496: l_rec_acct_attrs.array_char_value(4) :=
47497: xla_ae_sources_pkg.GetSystemSourceChar(
47498: p_source_code => 'XLA_ENTITY_CODE'
47499: , p_source_type_code => 'Y'
47500: , p_source_application_id => 602
47501: );

Line 47681: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

47677: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
47678: ,p_token_1 => 'LINE_NUMBER'
47679: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
47680: ,p_token_2 => 'LINE_TYPE_NAME'
47681: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
47682: l_component_type
47683: ,l_component_code
47684: ,l_component_type_code
47685: ,l_component_appl_id

Line 48454: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

48450: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
48451: ,p_token_1 => 'LINE_NUMBER'
48452: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
48453: ,p_token_2 => 'LINE_TYPE_NAME'
48454: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
48455: l_component_type
48456: ,l_component_code
48457: ,l_component_type_code
48458: ,l_component_appl_id

Line 49322: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

49318: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
49319: ,p_token_1 => 'LINE_NUMBER'
49320: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
49321: ,p_token_2 => 'LINE_TYPE_NAME'
49322: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
49323: l_component_type
49324: ,l_component_code
49325: ,l_component_type_code
49326: ,l_component_appl_id

Line 50182: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

50178: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
50179: ,p_token_1 => 'LINE_NUMBER'
50180: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
50181: ,p_token_2 => 'LINE_TYPE_NAME'
50182: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
50183: l_component_type
50184: ,l_component_code
50185: ,l_component_type_code
50186: ,l_component_appl_id

Line 50809: xla_ae_sources_pkg.GetSystemSourceNum(

50805: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
50806: l_rec_acct_attrs.array_char_value(1) := p_source_52;
50807: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
50808: l_rec_acct_attrs.array_num_value(2) :=
50809: xla_ae_sources_pkg.GetSystemSourceNum(
50810: p_source_code => 'XLA_EVENT_APPL_ID'
50811: , p_source_type_code => 'Y'
50812: , p_source_application_id => 602
50813: );

Line 50818: xla_ae_sources_pkg.GetSystemSourceChar(

50814: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
50815: l_rec_acct_attrs.array_char_value(3) := p_source_54;
50816: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
50817: l_rec_acct_attrs.array_char_value(4) :=
50818: xla_ae_sources_pkg.GetSystemSourceChar(
50819: p_source_code => 'XLA_ENTITY_CODE'
50820: , p_source_type_code => 'Y'
50821: , p_source_application_id => 602
50822: );

Line 51111: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

51107: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
51108: ,p_token_1 => 'LINE_NUMBER'
51109: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
51110: ,p_token_2 => 'LINE_TYPE_NAME'
51111: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
51112: l_component_type
51113: ,l_component_code
51114: ,l_component_type_code
51115: ,l_component_appl_id

Line 51737: xla_ae_sources_pkg.GetSystemSourceNum(

51733: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
51734: l_rec_acct_attrs.array_char_value(1) := p_source_52;
51735: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
51736: l_rec_acct_attrs.array_num_value(2) :=
51737: xla_ae_sources_pkg.GetSystemSourceNum(
51738: p_source_code => 'XLA_EVENT_APPL_ID'
51739: , p_source_type_code => 'Y'
51740: , p_source_application_id => 602
51741: );

Line 51746: xla_ae_sources_pkg.GetSystemSourceChar(

51742: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
51743: l_rec_acct_attrs.array_char_value(3) := p_source_54;
51744: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
51745: l_rec_acct_attrs.array_char_value(4) :=
51746: xla_ae_sources_pkg.GetSystemSourceChar(
51747: p_source_code => 'XLA_ENTITY_CODE'
51748: , p_source_type_code => 'Y'
51749: , p_source_application_id => 602
51750: );

Line 52037: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

52033: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
52034: ,p_token_1 => 'LINE_NUMBER'
52035: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
52036: ,p_token_2 => 'LINE_TYPE_NAME'
52037: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
52038: l_component_type
52039: ,l_component_code
52040: ,l_component_type_code
52041: ,l_component_appl_id

Line 52665: xla_ae_sources_pkg.GetSystemSourceNum(

52661: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
52662: l_rec_acct_attrs.array_char_value(1) := p_source_52;
52663: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
52664: l_rec_acct_attrs.array_num_value(2) :=
52665: xla_ae_sources_pkg.GetSystemSourceNum(
52666: p_source_code => 'XLA_EVENT_APPL_ID'
52667: , p_source_type_code => 'Y'
52668: , p_source_application_id => 602
52669: );

Line 52674: xla_ae_sources_pkg.GetSystemSourceChar(

52670: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
52671: l_rec_acct_attrs.array_char_value(3) := p_source_54;
52672: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
52673: l_rec_acct_attrs.array_char_value(4) :=
52674: xla_ae_sources_pkg.GetSystemSourceChar(
52675: p_source_code => 'XLA_ENTITY_CODE'
52676: , p_source_type_code => 'Y'
52677: , p_source_application_id => 602
52678: );

Line 52969: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

52965: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
52966: ,p_token_1 => 'LINE_NUMBER'
52967: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
52968: ,p_token_2 => 'LINE_TYPE_NAME'
52969: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
52970: l_component_type
52971: ,l_component_code
52972: ,l_component_type_code
52973: ,l_component_appl_id

Line 53597: xla_ae_sources_pkg.GetSystemSourceNum(

53593: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
53594: l_rec_acct_attrs.array_char_value(1) := p_source_52;
53595: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
53596: l_rec_acct_attrs.array_num_value(2) :=
53597: xla_ae_sources_pkg.GetSystemSourceNum(
53598: p_source_code => 'XLA_EVENT_APPL_ID'
53599: , p_source_type_code => 'Y'
53600: , p_source_application_id => 602
53601: );

Line 53606: xla_ae_sources_pkg.GetSystemSourceChar(

53602: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
53603: l_rec_acct_attrs.array_char_value(3) := p_source_54;
53604: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
53605: l_rec_acct_attrs.array_char_value(4) :=
53606: xla_ae_sources_pkg.GetSystemSourceChar(
53607: p_source_code => 'XLA_ENTITY_CODE'
53608: , p_source_type_code => 'Y'
53609: , p_source_application_id => 602
53610: );

Line 53899: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

53895: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
53896: ,p_token_1 => 'LINE_NUMBER'
53897: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
53898: ,p_token_2 => 'LINE_TYPE_NAME'
53899: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
53900: l_component_type
53901: ,l_component_code
53902: ,l_component_type_code
53903: ,l_component_appl_id

Line 54509: xla_ae_sources_pkg.GetSystemSourceNum(

54505: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
54506: l_rec_acct_attrs.array_char_value(1) := p_source_52;
54507: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
54508: l_rec_acct_attrs.array_num_value(2) :=
54509: xla_ae_sources_pkg.GetSystemSourceNum(
54510: p_source_code => 'XLA_EVENT_APPL_ID'
54511: , p_source_type_code => 'Y'
54512: , p_source_application_id => 602
54513: );

Line 54518: xla_ae_sources_pkg.GetSystemSourceChar(

54514: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
54515: l_rec_acct_attrs.array_char_value(3) := p_source_54;
54516: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
54517: l_rec_acct_attrs.array_char_value(4) :=
54518: xla_ae_sources_pkg.GetSystemSourceChar(
54519: p_source_code => 'XLA_ENTITY_CODE'
54520: , p_source_type_code => 'Y'
54521: , p_source_application_id => 602
54522: );

Line 54724: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

54720: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
54721: ,p_token_1 => 'LINE_NUMBER'
54722: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
54723: ,p_token_2 => 'LINE_TYPE_NAME'
54724: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
54725: l_component_type
54726: ,l_component_code
54727: ,l_component_type_code
54728: ,l_component_appl_id

Line 55373: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

55369: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
55370: ,p_token_1 => 'LINE_NUMBER'
55371: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
55372: ,p_token_2 => 'LINE_TYPE_NAME'
55373: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
55374: l_component_type
55375: ,l_component_code
55376: ,l_component_type_code
55377: ,l_component_appl_id

Line 56035: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

56031: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
56032: ,p_token_1 => 'LINE_NUMBER'
56033: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
56034: ,p_token_2 => 'LINE_TYPE_NAME'
56035: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
56036: l_component_type
56037: ,l_component_code
56038: ,l_component_type_code
56039: ,l_component_appl_id

Line 56689: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

56685: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
56686: ,p_token_1 => 'LINE_NUMBER'
56687: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
56688: ,p_token_2 => 'LINE_TYPE_NAME'
56689: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
56690: l_component_type
56691: ,l_component_code
56692: ,l_component_type_code
56693: ,l_component_appl_id

Line 57199: xla_ae_sources_pkg.GetSystemSourceNum(

57195: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
57196: l_rec_acct_attrs.array_char_value(1) := p_source_52;
57197: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
57198: l_rec_acct_attrs.array_num_value(2) :=
57199: xla_ae_sources_pkg.GetSystemSourceNum(
57200: p_source_code => 'XLA_EVENT_APPL_ID'
57201: , p_source_type_code => 'Y'
57202: , p_source_application_id => 602
57203: );

Line 57208: xla_ae_sources_pkg.GetSystemSourceChar(

57204: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
57205: l_rec_acct_attrs.array_char_value(3) := p_source_54;
57206: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
57207: l_rec_acct_attrs.array_char_value(4) :=
57208: xla_ae_sources_pkg.GetSystemSourceChar(
57209: p_source_code => 'XLA_ENTITY_CODE'
57210: , p_source_type_code => 'Y'
57211: , p_source_application_id => 602
57212: );

Line 57395: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

57391: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
57392: ,p_token_1 => 'LINE_NUMBER'
57393: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
57394: ,p_token_2 => 'LINE_TYPE_NAME'
57395: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
57396: l_component_type
57397: ,l_component_code
57398: ,l_component_type_code
57399: ,l_component_appl_id

Line 57905: xla_ae_sources_pkg.GetSystemSourceNum(

57901: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
57902: l_rec_acct_attrs.array_char_value(1) := p_source_52;
57903: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
57904: l_rec_acct_attrs.array_num_value(2) :=
57905: xla_ae_sources_pkg.GetSystemSourceNum(
57906: p_source_code => 'XLA_EVENT_APPL_ID'
57907: , p_source_type_code => 'Y'
57908: , p_source_application_id => 602
57909: );

Line 57914: xla_ae_sources_pkg.GetSystemSourceChar(

57910: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
57911: l_rec_acct_attrs.array_char_value(3) := p_source_54;
57912: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
57913: l_rec_acct_attrs.array_char_value(4) :=
57914: xla_ae_sources_pkg.GetSystemSourceChar(
57915: p_source_code => 'XLA_ENTITY_CODE'
57916: , p_source_type_code => 'Y'
57917: , p_source_application_id => 602
57918: );

Line 58125: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

58121: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
58122: ,p_token_1 => 'LINE_NUMBER'
58123: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
58124: ,p_token_2 => 'LINE_TYPE_NAME'
58125: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
58126: l_component_type
58127: ,l_component_code
58128: ,l_component_type_code
58129: ,l_component_appl_id

Line 58630: xla_ae_sources_pkg.GetSystemSourceNum(

58626: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
58627: l_rec_acct_attrs.array_char_value(1) := p_source_52;
58628: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
58629: l_rec_acct_attrs.array_num_value(2) :=
58630: xla_ae_sources_pkg.GetSystemSourceNum(
58631: p_source_code => 'XLA_EVENT_APPL_ID'
58632: , p_source_type_code => 'Y'
58633: , p_source_application_id => 602
58634: );

Line 58639: xla_ae_sources_pkg.GetSystemSourceChar(

58635: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
58636: l_rec_acct_attrs.array_char_value(3) := p_source_54;
58637: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
58638: l_rec_acct_attrs.array_char_value(4) :=
58639: xla_ae_sources_pkg.GetSystemSourceChar(
58640: p_source_code => 'XLA_ENTITY_CODE'
58641: , p_source_type_code => 'Y'
58642: , p_source_application_id => 602
58643: );

Line 58848: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

58844: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
58845: ,p_token_1 => 'LINE_NUMBER'
58846: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
58847: ,p_token_2 => 'LINE_TYPE_NAME'
58848: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
58849: l_component_type
58850: ,l_component_code
58851: ,l_component_type_code
58852: ,l_component_appl_id

Line 59355: xla_ae_sources_pkg.GetSystemSourceNum(

59351: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
59352: l_rec_acct_attrs.array_char_value(1) := p_source_52;
59353: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
59354: l_rec_acct_attrs.array_num_value(2) :=
59355: xla_ae_sources_pkg.GetSystemSourceNum(
59356: p_source_code => 'XLA_EVENT_APPL_ID'
59357: , p_source_type_code => 'Y'
59358: , p_source_application_id => 602
59359: );

Line 59364: xla_ae_sources_pkg.GetSystemSourceChar(

59360: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
59361: l_rec_acct_attrs.array_char_value(3) := p_source_54;
59362: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
59363: l_rec_acct_attrs.array_char_value(4) :=
59364: xla_ae_sources_pkg.GetSystemSourceChar(
59365: p_source_code => 'XLA_ENTITY_CODE'
59366: , p_source_type_code => 'Y'
59367: , p_source_application_id => 602
59368: );

Line 59577: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

59573: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
59574: ,p_token_1 => 'LINE_NUMBER'
59575: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
59576: ,p_token_2 => 'LINE_TYPE_NAME'
59577: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
59578: l_component_type
59579: ,l_component_code
59580: ,l_component_type_code
59581: ,l_component_appl_id

Line 60084: xla_ae_sources_pkg.GetSystemSourceNum(

60080: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
60081: l_rec_acct_attrs.array_char_value(1) := p_source_52;
60082: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
60083: l_rec_acct_attrs.array_num_value(2) :=
60084: xla_ae_sources_pkg.GetSystemSourceNum(
60085: p_source_code => 'XLA_EVENT_APPL_ID'
60086: , p_source_type_code => 'Y'
60087: , p_source_application_id => 602
60088: );

Line 60093: xla_ae_sources_pkg.GetSystemSourceChar(

60089: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
60090: l_rec_acct_attrs.array_char_value(3) := p_source_54;
60091: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
60092: l_rec_acct_attrs.array_char_value(4) :=
60093: xla_ae_sources_pkg.GetSystemSourceChar(
60094: p_source_code => 'XLA_ENTITY_CODE'
60095: , p_source_type_code => 'Y'
60096: , p_source_application_id => 602
60097: );

Line 60304: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

60300: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
60301: ,p_token_1 => 'LINE_NUMBER'
60302: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
60303: ,p_token_2 => 'LINE_TYPE_NAME'
60304: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
60305: l_component_type
60306: ,l_component_code
60307: ,l_component_type_code
60308: ,l_component_appl_id

Line 61064: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

61060: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
61061: ,p_token_1 => 'LINE_NUMBER'
61062: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
61063: ,p_token_2 => 'LINE_TYPE_NAME'
61064: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
61065: l_component_type
61066: ,l_component_code
61067: ,l_component_type_code
61068: ,l_component_appl_id

Line 61919: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

61915: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
61916: ,p_token_1 => 'LINE_NUMBER'
61917: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
61918: ,p_token_2 => 'LINE_TYPE_NAME'
61919: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
61920: l_component_type
61921: ,l_component_code
61922: ,l_component_type_code
61923: ,l_component_appl_id

Line 62582: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

62578: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
62579: ,p_token_1 => 'LINE_NUMBER'
62580: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
62581: ,p_token_2 => 'LINE_TYPE_NAME'
62582: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
62583: l_component_type
62584: ,l_component_code
62585: ,l_component_type_code
62586: ,l_component_appl_id

Line 63190: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

63186: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
63187: ,p_token_1 => 'LINE_NUMBER'
63188: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
63189: ,p_token_2 => 'LINE_TYPE_NAME'
63190: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
63191: l_component_type
63192: ,l_component_code
63193: ,l_component_type_code
63194: ,l_component_appl_id

Line 63947: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

63943: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
63944: ,p_token_1 => 'LINE_NUMBER'
63945: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
63946: ,p_token_2 => 'LINE_TYPE_NAME'
63947: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
63948: l_component_type
63949: ,l_component_code
63950: ,l_component_type_code
63951: ,l_component_appl_id

Line 64851: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

64847: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
64848: ,p_token_1 => 'LINE_NUMBER'
64849: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
64850: ,p_token_2 => 'LINE_TYPE_NAME'
64851: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
64852: l_component_type
64853: ,l_component_code
64854: ,l_component_type_code
64855: ,l_component_appl_id

Line 65831: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

65827: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
65828: ,p_token_1 => 'LINE_NUMBER'
65829: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
65830: ,p_token_2 => 'LINE_TYPE_NAME'
65831: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
65832: l_component_type
65833: ,l_component_code
65834: ,l_component_type_code
65835: ,l_component_appl_id

Line 66793: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

66789: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
66790: ,p_token_1 => 'LINE_NUMBER'
66791: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
66792: ,p_token_2 => 'LINE_TYPE_NAME'
66793: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
66794: l_component_type
66795: ,l_component_code
66796: ,l_component_type_code
66797: ,l_component_appl_id

Line 67467: xla_ae_sources_pkg.GetSystemSourceNum(

67463: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
67464: l_rec_acct_attrs.array_char_value(1) := p_source_52;
67465: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
67466: l_rec_acct_attrs.array_num_value(2) :=
67467: xla_ae_sources_pkg.GetSystemSourceNum(
67468: p_source_code => 'XLA_EVENT_APPL_ID'
67469: , p_source_type_code => 'Y'
67470: , p_source_application_id => 602
67471: );

Line 67476: xla_ae_sources_pkg.GetSystemSourceChar(

67472: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
67473: l_rec_acct_attrs.array_char_value(3) := p_source_54;
67474: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
67475: l_rec_acct_attrs.array_char_value(4) :=
67476: xla_ae_sources_pkg.GetSystemSourceChar(
67477: p_source_code => 'XLA_ENTITY_CODE'
67478: , p_source_type_code => 'Y'
67479: , p_source_application_id => 602
67480: );

Line 67815: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

67811: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
67812: ,p_token_1 => 'LINE_NUMBER'
67813: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
67814: ,p_token_2 => 'LINE_TYPE_NAME'
67815: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
67816: l_component_type
67817: ,l_component_code
67818: ,l_component_type_code
67819: ,l_component_appl_id

Line 68791: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

68787: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
68788: ,p_token_1 => 'LINE_NUMBER'
68789: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
68790: ,p_token_2 => 'LINE_TYPE_NAME'
68791: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
68792: l_component_type
68793: ,l_component_code
68794: ,l_component_type_code
68795: ,l_component_appl_id

Line 69709: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

69705: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
69706: ,p_token_1 => 'LINE_NUMBER'
69707: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
69708: ,p_token_2 => 'LINE_TYPE_NAME'
69709: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
69710: l_component_type
69711: ,l_component_code
69712: ,l_component_type_code
69713: ,l_component_appl_id

Line 70563: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

70559: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
70560: ,p_token_1 => 'LINE_NUMBER'
70561: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
70562: ,p_token_2 => 'LINE_TYPE_NAME'
70563: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
70564: l_component_type
70565: ,l_component_code
70566: ,l_component_type_code
70567: ,l_component_appl_id

Line 71409: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

71405: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
71406: ,p_token_1 => 'LINE_NUMBER'
71407: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
71408: ,p_token_2 => 'LINE_TYPE_NAME'
71409: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
71410: l_component_type
71411: ,l_component_code
71412: ,l_component_type_code
71413: ,l_component_appl_id

Line 72245: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

72241: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
72242: ,p_token_1 => 'LINE_NUMBER'
72243: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
72244: ,p_token_2 => 'LINE_TYPE_NAME'
72245: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
72246: l_component_type
72247: ,l_component_code
72248: ,l_component_type_code
72249: ,l_component_appl_id

Line 72853: xla_ae_sources_pkg.GetSystemSourceNum(

72849: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
72850: l_rec_acct_attrs.array_char_value(1) := p_source_52;
72851: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
72852: l_rec_acct_attrs.array_num_value(2) :=
72853: xla_ae_sources_pkg.GetSystemSourceNum(
72854: p_source_code => 'XLA_EVENT_APPL_ID'
72855: , p_source_type_code => 'Y'
72856: , p_source_application_id => 602
72857: );

Line 72862: xla_ae_sources_pkg.GetSystemSourceChar(

72858: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
72859: l_rec_acct_attrs.array_char_value(3) := p_source_54;
72860: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
72861: l_rec_acct_attrs.array_char_value(4) :=
72862: xla_ae_sources_pkg.GetSystemSourceChar(
72863: p_source_code => 'XLA_ENTITY_CODE'
72864: , p_source_type_code => 'Y'
72865: , p_source_application_id => 602
72866: );

Line 73137: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

73133: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
73134: ,p_token_1 => 'LINE_NUMBER'
73135: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
73136: ,p_token_2 => 'LINE_TYPE_NAME'
73137: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
73138: l_component_type
73139: ,l_component_code
73140: ,l_component_type_code
73141: ,l_component_appl_id

Line 73985: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

73981: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
73982: ,p_token_1 => 'LINE_NUMBER'
73983: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
73984: ,p_token_2 => 'LINE_TYPE_NAME'
73985: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
73986: l_component_type
73987: ,l_component_code
73988: ,l_component_type_code
73989: ,l_component_appl_id

Line 74779: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

74775: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
74776: ,p_token_1 => 'LINE_NUMBER'
74777: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
74778: ,p_token_2 => 'LINE_TYPE_NAME'
74779: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
74780: l_component_type
74781: ,l_component_code
74782: ,l_component_type_code
74783: ,l_component_appl_id

Line 75529: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

75525: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
75526: ,p_token_1 => 'LINE_NUMBER'
75527: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
75528: ,p_token_2 => 'LINE_TYPE_NAME'
75529: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
75530: l_component_type
75531: ,l_component_code
75532: ,l_component_type_code
75533: ,l_component_appl_id

Line 76083: xla_ae_sources_pkg.GetSystemSourceNum(

76079: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
76080: l_rec_acct_attrs.array_char_value(1) := p_source_52;
76081: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
76082: l_rec_acct_attrs.array_num_value(2) :=
76083: xla_ae_sources_pkg.GetSystemSourceNum(
76084: p_source_code => 'XLA_EVENT_APPL_ID'
76085: , p_source_type_code => 'Y'
76086: , p_source_application_id => 602
76087: );

Line 76092: xla_ae_sources_pkg.GetSystemSourceChar(

76088: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
76089: l_rec_acct_attrs.array_char_value(3) := p_source_54;
76090: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
76091: l_rec_acct_attrs.array_char_value(4) :=
76092: xla_ae_sources_pkg.GetSystemSourceChar(
76093: p_source_code => 'XLA_ENTITY_CODE'
76094: , p_source_type_code => 'Y'
76095: , p_source_application_id => 602
76096: );

Line 76284: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

76280: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
76281: ,p_token_1 => 'LINE_NUMBER'
76282: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
76283: ,p_token_2 => 'LINE_TYPE_NAME'
76284: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
76285: l_component_type
76286: ,l_component_code
76287: ,l_component_type_code
76288: ,l_component_appl_id

Line 76792: xla_ae_sources_pkg.GetSystemSourceNum(

76788: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
76789: l_rec_acct_attrs.array_char_value(1) := p_source_52;
76790: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
76791: l_rec_acct_attrs.array_num_value(2) :=
76792: xla_ae_sources_pkg.GetSystemSourceNum(
76793: p_source_code => 'XLA_EVENT_APPL_ID'
76794: , p_source_type_code => 'Y'
76795: , p_source_application_id => 602
76796: );

Line 76801: xla_ae_sources_pkg.GetSystemSourceChar(

76797: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
76798: l_rec_acct_attrs.array_char_value(3) := p_source_54;
76799: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
76800: l_rec_acct_attrs.array_char_value(4) :=
76801: xla_ae_sources_pkg.GetSystemSourceChar(
76802: p_source_code => 'XLA_ENTITY_CODE'
76803: , p_source_type_code => 'Y'
76804: , p_source_application_id => 602
76805: );

Line 76991: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

76987: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
76988: ,p_token_1 => 'LINE_NUMBER'
76989: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
76990: ,p_token_2 => 'LINE_TYPE_NAME'
76991: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
76992: l_component_type
76993: ,l_component_code
76994: ,l_component_type_code
76995: ,l_component_appl_id

Line 77501: xla_ae_sources_pkg.GetSystemSourceNum(

77497: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
77498: l_rec_acct_attrs.array_char_value(1) := p_source_52;
77499: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
77500: l_rec_acct_attrs.array_num_value(2) :=
77501: xla_ae_sources_pkg.GetSystemSourceNum(
77502: p_source_code => 'XLA_EVENT_APPL_ID'
77503: , p_source_type_code => 'Y'
77504: , p_source_application_id => 602
77505: );

Line 77510: xla_ae_sources_pkg.GetSystemSourceChar(

77506: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
77507: l_rec_acct_attrs.array_char_value(3) := p_source_54;
77508: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
77509: l_rec_acct_attrs.array_char_value(4) :=
77510: xla_ae_sources_pkg.GetSystemSourceChar(
77511: p_source_code => 'XLA_ENTITY_CODE'
77512: , p_source_type_code => 'Y'
77513: , p_source_application_id => 602
77514: );

Line 77704: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

77700: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
77701: ,p_token_1 => 'LINE_NUMBER'
77702: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
77703: ,p_token_2 => 'LINE_TYPE_NAME'
77704: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
77705: l_component_type
77706: ,l_component_code
77707: ,l_component_type_code
77708: ,l_component_appl_id

Line 78214: xla_ae_sources_pkg.GetSystemSourceNum(

78210: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
78211: l_rec_acct_attrs.array_char_value(1) := p_source_52;
78212: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
78213: l_rec_acct_attrs.array_num_value(2) :=
78214: xla_ae_sources_pkg.GetSystemSourceNum(
78215: p_source_code => 'XLA_EVENT_APPL_ID'
78216: , p_source_type_code => 'Y'
78217: , p_source_application_id => 602
78218: );

Line 78223: xla_ae_sources_pkg.GetSystemSourceChar(

78219: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
78220: l_rec_acct_attrs.array_char_value(3) := p_source_54;
78221: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
78222: l_rec_acct_attrs.array_char_value(4) :=
78223: xla_ae_sources_pkg.GetSystemSourceChar(
78224: p_source_code => 'XLA_ENTITY_CODE'
78225: , p_source_type_code => 'Y'
78226: , p_source_application_id => 602
78227: );

Line 78415: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

78411: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
78412: ,p_token_1 => 'LINE_NUMBER'
78413: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
78414: ,p_token_2 => 'LINE_TYPE_NAME'
78415: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
78416: l_component_type
78417: ,l_component_code
78418: ,l_component_type_code
78419: ,l_component_appl_id

Line 78935: xla_ae_sources_pkg.GetSystemSourceNum(

78931: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
78932: l_rec_acct_attrs.array_char_value(1) := p_source_52;
78933: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
78934: l_rec_acct_attrs.array_num_value(2) :=
78935: xla_ae_sources_pkg.GetSystemSourceNum(
78936: p_source_code => 'XLA_EVENT_APPL_ID'
78937: , p_source_type_code => 'Y'
78938: , p_source_application_id => 602
78939: );

Line 78944: xla_ae_sources_pkg.GetSystemSourceChar(

78940: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
78941: l_rec_acct_attrs.array_char_value(3) := p_source_54;
78942: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
78943: l_rec_acct_attrs.array_char_value(4) :=
78944: xla_ae_sources_pkg.GetSystemSourceChar(
78945: p_source_code => 'XLA_ENTITY_CODE'
78946: , p_source_type_code => 'Y'
78947: , p_source_application_id => 602
78948: );

Line 79155: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

79151: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
79152: ,p_token_1 => 'LINE_NUMBER'
79153: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
79154: ,p_token_2 => 'LINE_TYPE_NAME'
79155: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
79156: l_component_type
79157: ,l_component_code
79158: ,l_component_type_code
79159: ,l_component_appl_id

Line 79673: xla_ae_sources_pkg.GetSystemSourceNum(

79669: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
79670: l_rec_acct_attrs.array_char_value(1) := p_source_52;
79671: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
79672: l_rec_acct_attrs.array_num_value(2) :=
79673: xla_ae_sources_pkg.GetSystemSourceNum(
79674: p_source_code => 'XLA_EVENT_APPL_ID'
79675: , p_source_type_code => 'Y'
79676: , p_source_application_id => 602
79677: );

Line 79682: xla_ae_sources_pkg.GetSystemSourceChar(

79678: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
79679: l_rec_acct_attrs.array_char_value(3) := p_source_54;
79680: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
79681: l_rec_acct_attrs.array_char_value(4) :=
79682: xla_ae_sources_pkg.GetSystemSourceChar(
79683: p_source_code => 'XLA_ENTITY_CODE'
79684: , p_source_type_code => 'Y'
79685: , p_source_application_id => 602
79686: );

Line 79891: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

79887: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
79888: ,p_token_1 => 'LINE_NUMBER'
79889: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
79890: ,p_token_2 => 'LINE_TYPE_NAME'
79891: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
79892: l_component_type
79893: ,l_component_code
79894: ,l_component_type_code
79895: ,l_component_appl_id

Line 80411: xla_ae_sources_pkg.GetSystemSourceNum(

80407: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
80408: l_rec_acct_attrs.array_char_value(1) := p_source_52;
80409: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
80410: l_rec_acct_attrs.array_num_value(2) :=
80411: xla_ae_sources_pkg.GetSystemSourceNum(
80412: p_source_code => 'XLA_EVENT_APPL_ID'
80413: , p_source_type_code => 'Y'
80414: , p_source_application_id => 602
80415: );

Line 80420: xla_ae_sources_pkg.GetSystemSourceChar(

80416: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
80417: l_rec_acct_attrs.array_char_value(3) := p_source_54;
80418: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
80419: l_rec_acct_attrs.array_char_value(4) :=
80420: xla_ae_sources_pkg.GetSystemSourceChar(
80421: p_source_code => 'XLA_ENTITY_CODE'
80422: , p_source_type_code => 'Y'
80423: , p_source_application_id => 602
80424: );

Line 80633: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

80629: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
80630: ,p_token_1 => 'LINE_NUMBER'
80631: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
80632: ,p_token_2 => 'LINE_TYPE_NAME'
80633: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
80634: l_component_type
80635: ,l_component_code
80636: ,l_component_type_code
80637: ,l_component_appl_id

Line 81221: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

81217: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
81218: ,p_token_1 => 'LINE_NUMBER'
81219: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
81220: ,p_token_2 => 'LINE_TYPE_NAME'
81221: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
81222: l_component_type
81223: ,l_component_code
81224: ,l_component_type_code
81225: ,l_component_appl_id

Line 81791: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

81787: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
81788: ,p_token_1 => 'LINE_NUMBER'
81789: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
81790: ,p_token_2 => 'LINE_TYPE_NAME'
81791: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
81792: l_component_type
81793: ,l_component_code
81794: ,l_component_type_code
81795: ,l_component_appl_id

Line 82347: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

82343: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
82344: ,p_token_1 => 'LINE_NUMBER'
82345: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
82346: ,p_token_2 => 'LINE_TYPE_NAME'
82347: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
82348: l_component_type
82349: ,l_component_code
82350: ,l_component_type_code
82351: ,l_component_appl_id

Line 82835: xla_ae_sources_pkg.GetSystemSourceNum(

82831: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
82832: l_rec_acct_attrs.array_char_value(1) := p_source_52;
82833: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
82834: l_rec_acct_attrs.array_num_value(2) :=
82835: xla_ae_sources_pkg.GetSystemSourceNum(
82836: p_source_code => 'XLA_EVENT_APPL_ID'
82837: , p_source_type_code => 'Y'
82838: , p_source_application_id => 602
82839: );

Line 82844: xla_ae_sources_pkg.GetSystemSourceChar(

82840: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
82841: l_rec_acct_attrs.array_char_value(3) := p_source_54;
82842: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
82843: l_rec_acct_attrs.array_char_value(4) :=
82844: xla_ae_sources_pkg.GetSystemSourceChar(
82845: p_source_code => 'XLA_ENTITY_CODE'
82846: , p_source_type_code => 'Y'
82847: , p_source_application_id => 602
82848: );

Line 83057: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

83053: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
83054: ,p_token_1 => 'LINE_NUMBER'
83055: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
83056: ,p_token_2 => 'LINE_TYPE_NAME'
83057: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
83058: l_component_type
83059: ,l_component_code
83060: ,l_component_type_code
83061: ,l_component_appl_id

Line 83569: xla_ae_sources_pkg.GetSystemSourceNum(

83565: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
83566: l_rec_acct_attrs.array_char_value(1) := p_source_52;
83567: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
83568: l_rec_acct_attrs.array_num_value(2) :=
83569: xla_ae_sources_pkg.GetSystemSourceNum(
83570: p_source_code => 'XLA_EVENT_APPL_ID'
83571: , p_source_type_code => 'Y'
83572: , p_source_application_id => 602
83573: );

Line 83578: xla_ae_sources_pkg.GetSystemSourceChar(

83574: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
83575: l_rec_acct_attrs.array_char_value(3) := p_source_54;
83576: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
83577: l_rec_acct_attrs.array_char_value(4) :=
83578: xla_ae_sources_pkg.GetSystemSourceChar(
83579: p_source_code => 'XLA_ENTITY_CODE'
83580: , p_source_type_code => 'Y'
83581: , p_source_application_id => 602
83582: );

Line 83861: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

83857: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
83858: ,p_token_1 => 'LINE_NUMBER'
83859: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
83860: ,p_token_2 => 'LINE_TYPE_NAME'
83861: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
83862: l_component_type
83863: ,l_component_code
83864: ,l_component_type_code
83865: ,l_component_appl_id

Line 84440: xla_ae_sources_pkg.GetSystemSourceNum(

84436: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
84437: l_rec_acct_attrs.array_char_value(1) := p_source_52;
84438: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
84439: l_rec_acct_attrs.array_num_value(2) :=
84440: xla_ae_sources_pkg.GetSystemSourceNum(
84441: p_source_code => 'XLA_EVENT_APPL_ID'
84442: , p_source_type_code => 'Y'
84443: , p_source_application_id => 602
84444: );

Line 84449: xla_ae_sources_pkg.GetSystemSourceChar(

84445: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
84446: l_rec_acct_attrs.array_char_value(3) := p_source_54;
84447: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
84448: l_rec_acct_attrs.array_char_value(4) :=
84449: xla_ae_sources_pkg.GetSystemSourceChar(
84450: p_source_code => 'XLA_ENTITY_CODE'
84451: , p_source_type_code => 'Y'
84452: , p_source_application_id => 602
84453: );

Line 84689: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

84685: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
84686: ,p_token_1 => 'LINE_NUMBER'
84687: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
84688: ,p_token_2 => 'LINE_TYPE_NAME'
84689: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
84690: l_component_type
84691: ,l_component_code
84692: ,l_component_type_code
84693: ,l_component_appl_id

Line 85225: xla_ae_sources_pkg.GetSystemSourceNum(

85221: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
85222: l_rec_acct_attrs.array_char_value(1) := p_source_52;
85223: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
85224: l_rec_acct_attrs.array_num_value(2) :=
85225: xla_ae_sources_pkg.GetSystemSourceNum(
85226: p_source_code => 'XLA_EVENT_APPL_ID'
85227: , p_source_type_code => 'Y'
85228: , p_source_application_id => 602
85229: );

Line 85234: xla_ae_sources_pkg.GetSystemSourceChar(

85230: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
85231: l_rec_acct_attrs.array_char_value(3) := p_source_54;
85232: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
85233: l_rec_acct_attrs.array_char_value(4) :=
85234: xla_ae_sources_pkg.GetSystemSourceChar(
85235: p_source_code => 'XLA_ENTITY_CODE'
85236: , p_source_type_code => 'Y'
85237: , p_source_application_id => 602
85238: );

Line 85445: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

85441: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
85442: ,p_token_1 => 'LINE_NUMBER'
85443: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
85444: ,p_token_2 => 'LINE_TYPE_NAME'
85445: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
85446: l_component_type
85447: ,l_component_code
85448: ,l_component_type_code
85449: ,l_component_appl_id

Line 85955: xla_ae_sources_pkg.GetSystemSourceNum(

85951: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
85952: l_rec_acct_attrs.array_char_value(1) := p_source_52;
85953: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
85954: l_rec_acct_attrs.array_num_value(2) :=
85955: xla_ae_sources_pkg.GetSystemSourceNum(
85956: p_source_code => 'XLA_EVENT_APPL_ID'
85957: , p_source_type_code => 'Y'
85958: , p_source_application_id => 602
85959: );

Line 85964: xla_ae_sources_pkg.GetSystemSourceChar(

85960: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
85961: l_rec_acct_attrs.array_char_value(3) := p_source_54;
85962: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
85963: l_rec_acct_attrs.array_char_value(4) :=
85964: xla_ae_sources_pkg.GetSystemSourceChar(
85965: p_source_code => 'XLA_ENTITY_CODE'
85966: , p_source_type_code => 'Y'
85967: , p_source_application_id => 602
85968: );

Line 86245: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

86241: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
86242: ,p_token_1 => 'LINE_NUMBER'
86243: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
86244: ,p_token_2 => 'LINE_TYPE_NAME'
86245: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
86246: l_component_type
86247: ,l_component_code
86248: ,l_component_type_code
86249: ,l_component_appl_id

Line 86822: xla_ae_sources_pkg.GetSystemSourceNum(

86818: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
86819: l_rec_acct_attrs.array_char_value(1) := p_source_52;
86820: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
86821: l_rec_acct_attrs.array_num_value(2) :=
86822: xla_ae_sources_pkg.GetSystemSourceNum(
86823: p_source_code => 'XLA_EVENT_APPL_ID'
86824: , p_source_type_code => 'Y'
86825: , p_source_application_id => 602
86826: );

Line 86831: xla_ae_sources_pkg.GetSystemSourceChar(

86827: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
86828: l_rec_acct_attrs.array_char_value(3) := p_source_54;
86829: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
86830: l_rec_acct_attrs.array_char_value(4) :=
86831: xla_ae_sources_pkg.GetSystemSourceChar(
86832: p_source_code => 'XLA_ENTITY_CODE'
86833: , p_source_type_code => 'Y'
86834: , p_source_application_id => 602
86835: );

Line 87069: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

87065: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
87066: ,p_token_1 => 'LINE_NUMBER'
87067: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
87068: ,p_token_2 => 'LINE_TYPE_NAME'
87069: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
87070: l_component_type
87071: ,l_component_code
87072: ,l_component_type_code
87073: ,l_component_appl_id

Line 87624: xla_ae_sources_pkg.GetSystemSourceNum(

87620: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
87621: l_rec_acct_attrs.array_char_value(1) := p_source_52;
87622: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
87623: l_rec_acct_attrs.array_num_value(2) :=
87624: xla_ae_sources_pkg.GetSystemSourceNum(
87625: p_source_code => 'XLA_EVENT_APPL_ID'
87626: , p_source_type_code => 'Y'
87627: , p_source_application_id => 602
87628: );

Line 87633: xla_ae_sources_pkg.GetSystemSourceChar(

87629: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
87630: l_rec_acct_attrs.array_char_value(3) := p_source_54;
87631: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
87632: l_rec_acct_attrs.array_char_value(4) :=
87633: xla_ae_sources_pkg.GetSystemSourceChar(
87634: p_source_code => 'XLA_ENTITY_CODE'
87635: , p_source_type_code => 'Y'
87636: , p_source_application_id => 602
87637: );

Line 87848: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

87844: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
87845: ,p_token_1 => 'LINE_NUMBER'
87846: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
87847: ,p_token_2 => 'LINE_TYPE_NAME'
87848: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
87849: l_component_type
87850: ,l_component_code
87851: ,l_component_type_code
87852: ,l_component_appl_id

Line 88377: xla_ae_sources_pkg.GetSystemSourceNum(

88373: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
88374: l_rec_acct_attrs.array_char_value(1) := p_source_52;
88375: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
88376: l_rec_acct_attrs.array_num_value(2) :=
88377: xla_ae_sources_pkg.GetSystemSourceNum(
88378: p_source_code => 'XLA_EVENT_APPL_ID'
88379: , p_source_type_code => 'Y'
88380: , p_source_application_id => 602
88381: );

Line 88386: xla_ae_sources_pkg.GetSystemSourceChar(

88382: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
88383: l_rec_acct_attrs.array_char_value(3) := p_source_54;
88384: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
88385: l_rec_acct_attrs.array_char_value(4) :=
88386: xla_ae_sources_pkg.GetSystemSourceChar(
88387: p_source_code => 'XLA_ENTITY_CODE'
88388: , p_source_type_code => 'Y'
88389: , p_source_application_id => 602
88390: );

Line 88671: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

88667: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
88668: ,p_token_1 => 'LINE_NUMBER'
88669: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
88670: ,p_token_2 => 'LINE_TYPE_NAME'
88671: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
88672: l_component_type
88673: ,l_component_code
88674: ,l_component_type_code
88675: ,l_component_appl_id

Line 89267: xla_ae_sources_pkg.GetSystemSourceNum(

89263: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
89264: l_rec_acct_attrs.array_char_value(1) := p_source_52;
89265: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
89266: l_rec_acct_attrs.array_num_value(2) :=
89267: xla_ae_sources_pkg.GetSystemSourceNum(
89268: p_source_code => 'XLA_EVENT_APPL_ID'
89269: , p_source_type_code => 'Y'
89270: , p_source_application_id => 602
89271: );

Line 89276: xla_ae_sources_pkg.GetSystemSourceChar(

89272: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
89273: l_rec_acct_attrs.array_char_value(3) := p_source_54;
89274: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
89275: l_rec_acct_attrs.array_char_value(4) :=
89276: xla_ae_sources_pkg.GetSystemSourceChar(
89277: p_source_code => 'XLA_ENTITY_CODE'
89278: , p_source_type_code => 'Y'
89279: , p_source_application_id => 602
89280: );

Line 89518: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

89514: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
89515: ,p_token_1 => 'LINE_NUMBER'
89516: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
89517: ,p_token_2 => 'LINE_TYPE_NAME'
89518: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
89519: l_component_type
89520: ,l_component_code
89521: ,l_component_type_code
89522: ,l_component_appl_id

Line 90133: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

90129: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
90130: ,p_token_1 => 'LINE_NUMBER'
90131: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
90132: ,p_token_2 => 'LINE_TYPE_NAME'
90133: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
90134: l_component_type
90135: ,l_component_code
90136: ,l_component_type_code
90137: ,l_component_appl_id

Line 90621: xla_ae_sources_pkg.GetSystemSourceNum(

90617: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
90618: l_rec_acct_attrs.array_char_value(1) := p_source_52;
90619: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
90620: l_rec_acct_attrs.array_num_value(2) :=
90621: xla_ae_sources_pkg.GetSystemSourceNum(
90622: p_source_code => 'XLA_EVENT_APPL_ID'
90623: , p_source_type_code => 'Y'
90624: , p_source_application_id => 602
90625: );

Line 90630: xla_ae_sources_pkg.GetSystemSourceChar(

90626: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
90627: l_rec_acct_attrs.array_char_value(3) := p_source_54;
90628: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
90629: l_rec_acct_attrs.array_char_value(4) :=
90630: xla_ae_sources_pkg.GetSystemSourceChar(
90631: p_source_code => 'XLA_ENTITY_CODE'
90632: , p_source_type_code => 'Y'
90633: , p_source_application_id => 602
90634: );

Line 90843: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

90839: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
90840: ,p_token_1 => 'LINE_NUMBER'
90841: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
90842: ,p_token_2 => 'LINE_TYPE_NAME'
90843: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
90844: l_component_type
90845: ,l_component_code
90846: ,l_component_type_code
90847: ,l_component_appl_id

Line 91357: xla_ae_sources_pkg.GetSystemSourceNum(

91353: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
91354: l_rec_acct_attrs.array_char_value(1) := p_source_52;
91355: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
91356: l_rec_acct_attrs.array_num_value(2) :=
91357: xla_ae_sources_pkg.GetSystemSourceNum(
91358: p_source_code => 'XLA_EVENT_APPL_ID'
91359: , p_source_type_code => 'Y'
91360: , p_source_application_id => 602
91361: );

Line 91366: xla_ae_sources_pkg.GetSystemSourceChar(

91362: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
91363: l_rec_acct_attrs.array_char_value(3) := p_source_54;
91364: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
91365: l_rec_acct_attrs.array_char_value(4) :=
91366: xla_ae_sources_pkg.GetSystemSourceChar(
91367: p_source_code => 'XLA_ENTITY_CODE'
91368: , p_source_type_code => 'Y'
91369: , p_source_application_id => 602
91370: );

Line 91668: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

91664: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
91665: ,p_token_1 => 'LINE_NUMBER'
91666: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
91667: ,p_token_2 => 'LINE_TYPE_NAME'
91668: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
91669: l_component_type
91670: ,l_component_code
91671: ,l_component_type_code
91672: ,l_component_appl_id

Line 92247: xla_ae_sources_pkg.GetSystemSourceNum(

92243: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
92244: l_rec_acct_attrs.array_char_value(1) := p_source_52;
92245: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
92246: l_rec_acct_attrs.array_num_value(2) :=
92247: xla_ae_sources_pkg.GetSystemSourceNum(
92248: p_source_code => 'XLA_EVENT_APPL_ID'
92249: , p_source_type_code => 'Y'
92250: , p_source_application_id => 602
92251: );

Line 92256: xla_ae_sources_pkg.GetSystemSourceChar(

92252: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
92253: l_rec_acct_attrs.array_char_value(3) := p_source_54;
92254: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
92255: l_rec_acct_attrs.array_char_value(4) :=
92256: xla_ae_sources_pkg.GetSystemSourceChar(
92257: p_source_code => 'XLA_ENTITY_CODE'
92258: , p_source_type_code => 'Y'
92259: , p_source_application_id => 602
92260: );

Line 92496: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

92492: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
92493: ,p_token_1 => 'LINE_NUMBER'
92494: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
92495: ,p_token_2 => 'LINE_TYPE_NAME'
92496: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
92497: l_component_type
92498: ,l_component_code
92499: ,l_component_type_code
92500: ,l_component_appl_id

Line 93016: xla_ae_sources_pkg.GetSystemSourceNum(

93012: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
93013: l_rec_acct_attrs.array_char_value(1) := p_source_52;
93014: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
93015: l_rec_acct_attrs.array_num_value(2) :=
93016: xla_ae_sources_pkg.GetSystemSourceNum(
93017: p_source_code => 'XLA_EVENT_APPL_ID'
93018: , p_source_type_code => 'Y'
93019: , p_source_application_id => 602
93020: );

Line 93025: xla_ae_sources_pkg.GetSystemSourceChar(

93021: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
93022: l_rec_acct_attrs.array_char_value(3) := p_source_54;
93023: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
93024: l_rec_acct_attrs.array_char_value(4) :=
93025: xla_ae_sources_pkg.GetSystemSourceChar(
93026: p_source_code => 'XLA_ENTITY_CODE'
93027: , p_source_type_code => 'Y'
93028: , p_source_application_id => 602
93029: );

Line 93176: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

93172: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
93173: ,p_token_1 => 'LINE_NUMBER'
93174: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
93175: ,p_token_2 => 'LINE_TYPE_NAME'
93176: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
93177: l_component_type
93178: ,l_component_code
93179: ,l_component_type_code
93180: ,l_component_appl_id

Line 93732: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

93728: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
93729: ,p_token_1 => 'LINE_NUMBER'
93730: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
93731: ,p_token_2 => 'LINE_TYPE_NAME'
93732: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
93733: l_component_type
93734: ,l_component_code
93735: ,l_component_type_code
93736: ,l_component_appl_id

Line 94460: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

94456: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
94457: ,p_token_1 => 'LINE_NUMBER'
94458: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
94459: ,p_token_2 => 'LINE_TYPE_NAME'
94460: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
94461: l_component_type
94462: ,l_component_code
94463: ,l_component_type_code
94464: ,l_component_appl_id

Line 95304: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

95300: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
95301: ,p_token_1 => 'LINE_NUMBER'
95302: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
95303: ,p_token_2 => 'LINE_TYPE_NAME'
95304: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
95305: l_component_type
95306: ,l_component_code
95307: ,l_component_type_code
95308: ,l_component_appl_id

Line 96158: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

96154: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
96155: ,p_token_1 => 'LINE_NUMBER'
96156: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
96157: ,p_token_2 => 'LINE_TYPE_NAME'
96158: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
96159: l_component_type
96160: ,l_component_code
96161: ,l_component_type_code
96162: ,l_component_appl_id

Line 97004: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

97000: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
97001: ,p_token_1 => 'LINE_NUMBER'
97002: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
97003: ,p_token_2 => 'LINE_TYPE_NAME'
97004: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
97005: l_component_type
97006: ,l_component_code
97007: ,l_component_type_code
97008: ,l_component_appl_id

Line 97840: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

97836: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
97837: ,p_token_1 => 'LINE_NUMBER'
97838: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
97839: ,p_token_2 => 'LINE_TYPE_NAME'
97840: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
97841: l_component_type
97842: ,l_component_code
97843: ,l_component_type_code
97844: ,l_component_appl_id

Line 98452: xla_ae_sources_pkg.GetSystemSourceNum(

98448: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
98449: l_rec_acct_attrs.array_char_value(1) := p_source_52;
98450: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
98451: l_rec_acct_attrs.array_num_value(2) :=
98452: xla_ae_sources_pkg.GetSystemSourceNum(
98453: p_source_code => 'XLA_EVENT_APPL_ID'
98454: , p_source_type_code => 'Y'
98455: , p_source_application_id => 602
98456: );

Line 98461: xla_ae_sources_pkg.GetSystemSourceChar(

98457: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
98458: l_rec_acct_attrs.array_char_value(3) := p_source_54;
98459: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
98460: l_rec_acct_attrs.array_char_value(4) :=
98461: xla_ae_sources_pkg.GetSystemSourceChar(
98462: p_source_code => 'XLA_ENTITY_CODE'
98463: , p_source_type_code => 'Y'
98464: , p_source_application_id => 602
98465: );

Line 98736: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

98732: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
98733: ,p_token_1 => 'LINE_NUMBER'
98734: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
98735: ,p_token_2 => 'LINE_TYPE_NAME'
98736: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
98737: l_component_type
98738: ,l_component_code
98739: ,l_component_type_code
98740: ,l_component_appl_id

Line 99584: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

99580: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
99581: ,p_token_1 => 'LINE_NUMBER'
99582: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
99583: ,p_token_2 => 'LINE_TYPE_NAME'
99584: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
99585: l_component_type
99586: ,l_component_code
99587: ,l_component_type_code
99588: ,l_component_appl_id

Line 100182: xla_ae_sources_pkg.GetSystemSourceNum(

100178: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
100179: l_rec_acct_attrs.array_char_value(1) := p_source_52;
100180: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
100181: l_rec_acct_attrs.array_num_value(2) :=
100182: xla_ae_sources_pkg.GetSystemSourceNum(
100183: p_source_code => 'XLA_EVENT_APPL_ID'
100184: , p_source_type_code => 'Y'
100185: , p_source_application_id => 602
100186: );

Line 100191: xla_ae_sources_pkg.GetSystemSourceChar(

100187: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
100188: l_rec_acct_attrs.array_char_value(3) := p_source_54;
100189: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
100190: l_rec_acct_attrs.array_char_value(4) :=
100191: xla_ae_sources_pkg.GetSystemSourceChar(
100192: p_source_code => 'XLA_ENTITY_CODE'
100193: , p_source_type_code => 'Y'
100194: , p_source_application_id => 602
100195: );

Line 100402: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

100398: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
100399: ,p_token_1 => 'LINE_NUMBER'
100400: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
100401: ,p_token_2 => 'LINE_TYPE_NAME'
100402: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
100403: l_component_type
100404: ,l_component_code
100405: ,l_component_type_code
100406: ,l_component_appl_id

Line 100907: xla_ae_sources_pkg.GetSystemSourceNum(

100903: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
100904: l_rec_acct_attrs.array_char_value(1) := p_source_52;
100905: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
100906: l_rec_acct_attrs.array_num_value(2) :=
100907: xla_ae_sources_pkg.GetSystemSourceNum(
100908: p_source_code => 'XLA_EVENT_APPL_ID'
100909: , p_source_type_code => 'Y'
100910: , p_source_application_id => 602
100911: );

Line 100916: xla_ae_sources_pkg.GetSystemSourceChar(

100912: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
100913: l_rec_acct_attrs.array_char_value(3) := p_source_54;
100914: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
100915: l_rec_acct_attrs.array_char_value(4) :=
100916: xla_ae_sources_pkg.GetSystemSourceChar(
100917: p_source_code => 'XLA_ENTITY_CODE'
100918: , p_source_type_code => 'Y'
100919: , p_source_application_id => 602
100920: );

Line 101125: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

101121: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
101122: ,p_token_1 => 'LINE_NUMBER'
101123: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
101124: ,p_token_2 => 'LINE_TYPE_NAME'
101125: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
101126: l_component_type
101127: ,l_component_code
101128: ,l_component_type_code
101129: ,l_component_appl_id

Line 101632: xla_ae_sources_pkg.GetSystemSourceNum(

101628: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
101629: l_rec_acct_attrs.array_char_value(1) := p_source_52;
101630: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
101631: l_rec_acct_attrs.array_num_value(2) :=
101632: xla_ae_sources_pkg.GetSystemSourceNum(
101633: p_source_code => 'XLA_EVENT_APPL_ID'
101634: , p_source_type_code => 'Y'
101635: , p_source_application_id => 602
101636: );

Line 101641: xla_ae_sources_pkg.GetSystemSourceChar(

101637: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
101638: l_rec_acct_attrs.array_char_value(3) := p_source_54;
101639: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
101640: l_rec_acct_attrs.array_char_value(4) :=
101641: xla_ae_sources_pkg.GetSystemSourceChar(
101642: p_source_code => 'XLA_ENTITY_CODE'
101643: , p_source_type_code => 'Y'
101644: , p_source_application_id => 602
101645: );

Line 101854: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

101850: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
101851: ,p_token_1 => 'LINE_NUMBER'
101852: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
101853: ,p_token_2 => 'LINE_TYPE_NAME'
101854: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
101855: l_component_type
101856: ,l_component_code
101857: ,l_component_type_code
101858: ,l_component_appl_id

Line 102361: xla_ae_sources_pkg.GetSystemSourceNum(

102357: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
102358: l_rec_acct_attrs.array_char_value(1) := p_source_52;
102359: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
102360: l_rec_acct_attrs.array_num_value(2) :=
102361: xla_ae_sources_pkg.GetSystemSourceNum(
102362: p_source_code => 'XLA_EVENT_APPL_ID'
102363: , p_source_type_code => 'Y'
102364: , p_source_application_id => 602
102365: );

Line 102370: xla_ae_sources_pkg.GetSystemSourceChar(

102366: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
102367: l_rec_acct_attrs.array_char_value(3) := p_source_54;
102368: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
102369: l_rec_acct_attrs.array_char_value(4) :=
102370: xla_ae_sources_pkg.GetSystemSourceChar(
102371: p_source_code => 'XLA_ENTITY_CODE'
102372: , p_source_type_code => 'Y'
102373: , p_source_application_id => 602
102374: );

Line 102581: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

102577: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
102578: ,p_token_1 => 'LINE_NUMBER'
102579: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
102580: ,p_token_2 => 'LINE_TYPE_NAME'
102581: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
102582: l_component_type
102583: ,l_component_code
102584: ,l_component_type_code
102585: ,l_component_appl_id

Line 103096: xla_ae_sources_pkg.GetSystemSourceNum(

103092: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
103093: l_rec_acct_attrs.array_char_value(1) := p_source_52;
103094: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
103095: l_rec_acct_attrs.array_num_value(2) :=
103096: xla_ae_sources_pkg.GetSystemSourceNum(
103097: p_source_code => 'XLA_EVENT_APPL_ID'
103098: , p_source_type_code => 'Y'
103099: , p_source_application_id => 602
103100: );

Line 103105: xla_ae_sources_pkg.GetSystemSourceChar(

103101: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
103102: l_rec_acct_attrs.array_char_value(3) := p_source_54;
103103: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
103104: l_rec_acct_attrs.array_char_value(4) :=
103105: xla_ae_sources_pkg.GetSystemSourceChar(
103106: p_source_code => 'XLA_ENTITY_CODE'
103107: , p_source_type_code => 'Y'
103108: , p_source_application_id => 602
103109: );

Line 103297: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

103293: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
103294: ,p_token_1 => 'LINE_NUMBER'
103295: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
103296: ,p_token_2 => 'LINE_TYPE_NAME'
103297: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
103298: l_component_type
103299: ,l_component_code
103300: ,l_component_type_code
103301: ,l_component_appl_id

Line 103810: xla_ae_sources_pkg.GetSystemSourceNum(

103806: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
103807: l_rec_acct_attrs.array_char_value(1) := p_source_52;
103808: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
103809: l_rec_acct_attrs.array_num_value(2) :=
103810: xla_ae_sources_pkg.GetSystemSourceNum(
103811: p_source_code => 'XLA_EVENT_APPL_ID'
103812: , p_source_type_code => 'Y'
103813: , p_source_application_id => 602
103814: );

Line 103819: xla_ae_sources_pkg.GetSystemSourceChar(

103815: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
103816: l_rec_acct_attrs.array_char_value(3) := p_source_54;
103817: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
103818: l_rec_acct_attrs.array_char_value(4) :=
103819: xla_ae_sources_pkg.GetSystemSourceChar(
103820: p_source_code => 'XLA_ENTITY_CODE'
103821: , p_source_type_code => 'Y'
103822: , p_source_application_id => 602
103823: );

Line 104009: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

104005: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
104006: ,p_token_1 => 'LINE_NUMBER'
104007: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
104008: ,p_token_2 => 'LINE_TYPE_NAME'
104009: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
104010: l_component_type
104011: ,l_component_code
104012: ,l_component_type_code
104013: ,l_component_appl_id

Line 104524: xla_ae_sources_pkg.GetSystemSourceNum(

104520: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
104521: l_rec_acct_attrs.array_char_value(1) := p_source_52;
104522: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
104523: l_rec_acct_attrs.array_num_value(2) :=
104524: xla_ae_sources_pkg.GetSystemSourceNum(
104525: p_source_code => 'XLA_EVENT_APPL_ID'
104526: , p_source_type_code => 'Y'
104527: , p_source_application_id => 602
104528: );

Line 104533: xla_ae_sources_pkg.GetSystemSourceChar(

104529: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
104530: l_rec_acct_attrs.array_char_value(3) := p_source_54;
104531: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
104532: l_rec_acct_attrs.array_char_value(4) :=
104533: xla_ae_sources_pkg.GetSystemSourceChar(
104534: p_source_code => 'XLA_ENTITY_CODE'
104535: , p_source_type_code => 'Y'
104536: , p_source_application_id => 602
104537: );

Line 104727: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

104723: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
104724: ,p_token_1 => 'LINE_NUMBER'
104725: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
104726: ,p_token_2 => 'LINE_TYPE_NAME'
104727: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
104728: l_component_type
104729: ,l_component_code
104730: ,l_component_type_code
104731: ,l_component_appl_id

Line 105248: xla_ae_sources_pkg.GetSystemSourceNum(

105244: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
105245: l_rec_acct_attrs.array_char_value(1) := p_source_52;
105246: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
105247: l_rec_acct_attrs.array_num_value(2) :=
105248: xla_ae_sources_pkg.GetSystemSourceNum(
105249: p_source_code => 'XLA_EVENT_APPL_ID'
105250: , p_source_type_code => 'Y'
105251: , p_source_application_id => 602
105252: );

Line 105257: xla_ae_sources_pkg.GetSystemSourceChar(

105253: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
105254: l_rec_acct_attrs.array_char_value(3) := p_source_54;
105255: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
105256: l_rec_acct_attrs.array_char_value(4) :=
105257: xla_ae_sources_pkg.GetSystemSourceChar(
105258: p_source_code => 'XLA_ENTITY_CODE'
105259: , p_source_type_code => 'Y'
105260: , p_source_application_id => 602
105261: );

Line 105449: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

105445: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
105446: ,p_token_1 => 'LINE_NUMBER'
105447: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
105448: ,p_token_2 => 'LINE_TYPE_NAME'
105449: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
105450: l_component_type
105451: ,l_component_code
105452: ,l_component_type_code
105453: ,l_component_appl_id

Line 105968: xla_ae_sources_pkg.GetSystemSourceNum(

105964: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
105965: l_rec_acct_attrs.array_char_value(1) := p_source_52;
105966: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
105967: l_rec_acct_attrs.array_num_value(2) :=
105968: xla_ae_sources_pkg.GetSystemSourceNum(
105969: p_source_code => 'XLA_EVENT_APPL_ID'
105970: , p_source_type_code => 'Y'
105971: , p_source_application_id => 602
105972: );

Line 105977: xla_ae_sources_pkg.GetSystemSourceChar(

105973: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
105974: l_rec_acct_attrs.array_char_value(3) := p_source_54;
105975: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
105976: l_rec_acct_attrs.array_char_value(4) :=
105977: xla_ae_sources_pkg.GetSystemSourceChar(
105978: p_source_code => 'XLA_ENTITY_CODE'
105979: , p_source_type_code => 'Y'
105980: , p_source_application_id => 602
105981: );

Line 106167: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

106163: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
106164: ,p_token_1 => 'LINE_NUMBER'
106165: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
106166: ,p_token_2 => 'LINE_TYPE_NAME'
106167: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
106168: l_component_type
106169: ,l_component_code
106170: ,l_component_type_code
106171: ,l_component_appl_id

Line 106688: xla_ae_sources_pkg.GetSystemSourceNum(

106684: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
106685: l_rec_acct_attrs.array_char_value(1) := p_source_52;
106686: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
106687: l_rec_acct_attrs.array_num_value(2) :=
106688: xla_ae_sources_pkg.GetSystemSourceNum(
106689: p_source_code => 'XLA_EVENT_APPL_ID'
106690: , p_source_type_code => 'Y'
106691: , p_source_application_id => 602
106692: );

Line 106697: xla_ae_sources_pkg.GetSystemSourceChar(

106693: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
106694: l_rec_acct_attrs.array_char_value(3) := p_source_54;
106695: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
106696: l_rec_acct_attrs.array_char_value(4) :=
106697: xla_ae_sources_pkg.GetSystemSourceChar(
106698: p_source_code => 'XLA_ENTITY_CODE'
106699: , p_source_type_code => 'Y'
106700: , p_source_application_id => 602
106701: );

Line 106891: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

106887: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
106888: ,p_token_1 => 'LINE_NUMBER'
106889: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
106890: ,p_token_2 => 'LINE_TYPE_NAME'
106891: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
106892: l_component_type
106893: ,l_component_code
106894: ,l_component_type_code
106895: ,l_component_appl_id

Line 107412: xla_ae_sources_pkg.GetSystemSourceNum(

107408: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
107409: l_rec_acct_attrs.array_char_value(1) := p_source_52;
107410: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
107411: l_rec_acct_attrs.array_num_value(2) :=
107412: xla_ae_sources_pkg.GetSystemSourceNum(
107413: p_source_code => 'XLA_EVENT_APPL_ID'
107414: , p_source_type_code => 'Y'
107415: , p_source_application_id => 602
107416: );

Line 107421: xla_ae_sources_pkg.GetSystemSourceChar(

107417: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
107418: l_rec_acct_attrs.array_char_value(3) := p_source_54;
107419: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
107420: l_rec_acct_attrs.array_char_value(4) :=
107421: xla_ae_sources_pkg.GetSystemSourceChar(
107422: p_source_code => 'XLA_ENTITY_CODE'
107423: , p_source_type_code => 'Y'
107424: , p_source_application_id => 602
107425: );

Line 107613: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

107609: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
107610: ,p_token_1 => 'LINE_NUMBER'
107611: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
107612: ,p_token_2 => 'LINE_TYPE_NAME'
107613: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
107614: l_component_type
107615: ,l_component_code
107616: ,l_component_type_code
107617: ,l_component_appl_id

Line 108128: xla_ae_sources_pkg.GetSystemSourceNum(

108124: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
108125: l_rec_acct_attrs.array_char_value(1) := p_source_52;
108126: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
108127: l_rec_acct_attrs.array_num_value(2) :=
108128: xla_ae_sources_pkg.GetSystemSourceNum(
108129: p_source_code => 'XLA_EVENT_APPL_ID'
108130: , p_source_type_code => 'Y'
108131: , p_source_application_id => 602
108132: );

Line 108137: xla_ae_sources_pkg.GetSystemSourceChar(

108133: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
108134: l_rec_acct_attrs.array_char_value(3) := p_source_54;
108135: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
108136: l_rec_acct_attrs.array_char_value(4) :=
108137: xla_ae_sources_pkg.GetSystemSourceChar(
108138: p_source_code => 'XLA_ENTITY_CODE'
108139: , p_source_type_code => 'Y'
108140: , p_source_application_id => 602
108141: );

Line 108329: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

108325: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
108326: ,p_token_1 => 'LINE_NUMBER'
108327: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
108328: ,p_token_2 => 'LINE_TYPE_NAME'
108329: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
108330: l_component_type
108331: ,l_component_code
108332: ,l_component_type_code
108333: ,l_component_appl_id

Line 108980: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

108976: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
108977: ,p_token_1 => 'LINE_NUMBER'
108978: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
108979: ,p_token_2 => 'LINE_TYPE_NAME'
108980: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
108981: l_component_type
108982: ,l_component_code
108983: ,l_component_type_code
108984: ,l_component_appl_id

Line 109508: xla_ae_sources_pkg.GetSystemSourceNum(

109504: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
109505: l_rec_acct_attrs.array_char_value(1) := p_source_52;
109506: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
109507: l_rec_acct_attrs.array_num_value(2) :=
109508: xla_ae_sources_pkg.GetSystemSourceNum(
109509: p_source_code => 'XLA_EVENT_APPL_ID'
109510: , p_source_type_code => 'Y'
109511: , p_source_application_id => 602
109512: );

Line 109517: xla_ae_sources_pkg.GetSystemSourceChar(

109513: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
109514: l_rec_acct_attrs.array_char_value(3) := p_source_54;
109515: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
109516: l_rec_acct_attrs.array_char_value(4) :=
109517: xla_ae_sources_pkg.GetSystemSourceChar(
109518: p_source_code => 'XLA_ENTITY_CODE'
109519: , p_source_type_code => 'Y'
109520: , p_source_application_id => 602
109521: );

Line 109761: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

109757: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
109758: ,p_token_1 => 'LINE_NUMBER'
109759: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
109760: ,p_token_2 => 'LINE_TYPE_NAME'
109761: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
109762: l_component_type
109763: ,l_component_code
109764: ,l_component_type_code
109765: ,l_component_appl_id

Line 110316: xla_ae_sources_pkg.GetSystemSourceNum(

110312: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
110313: l_rec_acct_attrs.array_char_value(1) := p_source_52;
110314: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
110315: l_rec_acct_attrs.array_num_value(2) :=
110316: xla_ae_sources_pkg.GetSystemSourceNum(
110317: p_source_code => 'XLA_EVENT_APPL_ID'
110318: , p_source_type_code => 'Y'
110319: , p_source_application_id => 602
110320: );

Line 110325: xla_ae_sources_pkg.GetSystemSourceChar(

110321: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
110322: l_rec_acct_attrs.array_char_value(3) := p_source_54;
110323: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
110324: l_rec_acct_attrs.array_char_value(4) :=
110325: xla_ae_sources_pkg.GetSystemSourceChar(
110326: p_source_code => 'XLA_ENTITY_CODE'
110327: , p_source_type_code => 'Y'
110328: , p_source_application_id => 602
110329: );

Line 110476: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

110472: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
110473: ,p_token_1 => 'LINE_NUMBER'
110474: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
110475: ,p_token_2 => 'LINE_TYPE_NAME'
110476: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
110477: l_component_type
110478: ,l_component_code
110479: ,l_component_type_code
110480: ,l_component_appl_id

Line 110960: xla_ae_sources_pkg.GetSystemSourceNum(

110956: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
110957: l_rec_acct_attrs.array_char_value(1) := p_source_52;
110958: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
110959: l_rec_acct_attrs.array_num_value(2) :=
110960: xla_ae_sources_pkg.GetSystemSourceNum(
110961: p_source_code => 'XLA_EVENT_APPL_ID'
110962: , p_source_type_code => 'Y'
110963: , p_source_application_id => 602
110964: );

Line 110969: xla_ae_sources_pkg.GetSystemSourceChar(

110965: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
110966: l_rec_acct_attrs.array_char_value(3) := p_source_54;
110967: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
110968: l_rec_acct_attrs.array_char_value(4) :=
110969: xla_ae_sources_pkg.GetSystemSourceChar(
110970: p_source_code => 'XLA_ENTITY_CODE'
110971: , p_source_type_code => 'Y'
110972: , p_source_application_id => 602
110973: );

Line 111161: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

111157: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
111158: ,p_token_1 => 'LINE_NUMBER'
111159: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
111160: ,p_token_2 => 'LINE_TYPE_NAME'
111161: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
111162: l_component_type
111163: ,l_component_code
111164: ,l_component_type_code
111165: ,l_component_appl_id

Line 111669: xla_ae_sources_pkg.GetSystemSourceNum(

111665: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
111666: l_rec_acct_attrs.array_char_value(1) := p_source_52;
111667: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
111668: l_rec_acct_attrs.array_num_value(2) :=
111669: xla_ae_sources_pkg.GetSystemSourceNum(
111670: p_source_code => 'XLA_EVENT_APPL_ID'
111671: , p_source_type_code => 'Y'
111672: , p_source_application_id => 602
111673: );

Line 111678: xla_ae_sources_pkg.GetSystemSourceChar(

111674: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
111675: l_rec_acct_attrs.array_char_value(3) := p_source_54;
111676: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
111677: l_rec_acct_attrs.array_char_value(4) :=
111678: xla_ae_sources_pkg.GetSystemSourceChar(
111679: p_source_code => 'XLA_ENTITY_CODE'
111680: , p_source_type_code => 'Y'
111681: , p_source_application_id => 602
111682: );

Line 111868: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

111864: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
111865: ,p_token_1 => 'LINE_NUMBER'
111866: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
111867: ,p_token_2 => 'LINE_TYPE_NAME'
111868: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
111869: l_component_type
111870: ,l_component_code
111871: ,l_component_type_code
111872: ,l_component_appl_id

Line 112378: xla_ae_sources_pkg.GetSystemSourceNum(

112374: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
112375: l_rec_acct_attrs.array_char_value(1) := p_source_52;
112376: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
112377: l_rec_acct_attrs.array_num_value(2) :=
112378: xla_ae_sources_pkg.GetSystemSourceNum(
112379: p_source_code => 'XLA_EVENT_APPL_ID'
112380: , p_source_type_code => 'Y'
112381: , p_source_application_id => 602
112382: );

Line 112387: xla_ae_sources_pkg.GetSystemSourceChar(

112383: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
112384: l_rec_acct_attrs.array_char_value(3) := p_source_54;
112385: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
112386: l_rec_acct_attrs.array_char_value(4) :=
112387: xla_ae_sources_pkg.GetSystemSourceChar(
112388: p_source_code => 'XLA_ENTITY_CODE'
112389: , p_source_type_code => 'Y'
112390: , p_source_application_id => 602
112391: );

Line 112581: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

112577: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
112578: ,p_token_1 => 'LINE_NUMBER'
112579: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
112580: ,p_token_2 => 'LINE_TYPE_NAME'
112581: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
112582: l_component_type
112583: ,l_component_code
112584: ,l_component_type_code
112585: ,l_component_appl_id

Line 113096: xla_ae_sources_pkg.GetSystemSourceNum(

113092: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
113093: l_rec_acct_attrs.array_char_value(1) := p_source_52;
113094: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
113095: l_rec_acct_attrs.array_num_value(2) :=
113096: xla_ae_sources_pkg.GetSystemSourceNum(
113097: p_source_code => 'XLA_EVENT_APPL_ID'
113098: , p_source_type_code => 'Y'
113099: , p_source_application_id => 602
113100: );

Line 113105: xla_ae_sources_pkg.GetSystemSourceChar(

113101: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
113102: l_rec_acct_attrs.array_char_value(3) := p_source_54;
113103: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
113104: l_rec_acct_attrs.array_char_value(4) :=
113105: xla_ae_sources_pkg.GetSystemSourceChar(
113106: p_source_code => 'XLA_ENTITY_CODE'
113107: , p_source_type_code => 'Y'
113108: , p_source_application_id => 602
113109: );

Line 113297: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

113293: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
113294: ,p_token_1 => 'LINE_NUMBER'
113295: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
113296: ,p_token_2 => 'LINE_TYPE_NAME'
113297: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
113298: l_component_type
113299: ,l_component_code
113300: ,l_component_type_code
113301: ,l_component_appl_id

Line 113814: xla_ae_sources_pkg.GetSystemSourceNum(

113810: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
113811: l_rec_acct_attrs.array_char_value(1) := p_source_52;
113812: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
113813: l_rec_acct_attrs.array_num_value(2) :=
113814: xla_ae_sources_pkg.GetSystemSourceNum(
113815: p_source_code => 'XLA_EVENT_APPL_ID'
113816: , p_source_type_code => 'Y'
113817: , p_source_application_id => 602
113818: );

Line 113823: xla_ae_sources_pkg.GetSystemSourceChar(

113819: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
113820: l_rec_acct_attrs.array_char_value(3) := p_source_54;
113821: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
113822: l_rec_acct_attrs.array_char_value(4) :=
113823: xla_ae_sources_pkg.GetSystemSourceChar(
113824: p_source_code => 'XLA_ENTITY_CODE'
113825: , p_source_type_code => 'Y'
113826: , p_source_application_id => 602
113827: );

Line 114104: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

114100: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
114101: ,p_token_1 => 'LINE_NUMBER'
114102: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
114103: ,p_token_2 => 'LINE_TYPE_NAME'
114104: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
114105: l_component_type
114106: ,l_component_code
114107: ,l_component_type_code
114108: ,l_component_appl_id

Line 114708: xla_ae_sources_pkg.GetSystemSourceNum(

114704: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
114705: l_rec_acct_attrs.array_char_value(1) := p_source_52;
114706: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
114707: l_rec_acct_attrs.array_num_value(2) :=
114708: xla_ae_sources_pkg.GetSystemSourceNum(
114709: p_source_code => 'XLA_EVENT_APPL_ID'
114710: , p_source_type_code => 'Y'
114711: , p_source_application_id => 602
114712: );

Line 114717: xla_ae_sources_pkg.GetSystemSourceChar(

114713: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
114714: l_rec_acct_attrs.array_char_value(3) := p_source_54;
114715: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
114716: l_rec_acct_attrs.array_char_value(4) :=
114717: xla_ae_sources_pkg.GetSystemSourceChar(
114718: p_source_code => 'XLA_ENTITY_CODE'
114719: , p_source_type_code => 'Y'
114720: , p_source_application_id => 602
114721: );

Line 114996: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

114992: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
114993: ,p_token_1 => 'LINE_NUMBER'
114994: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
114995: ,p_token_2 => 'LINE_TYPE_NAME'
114996: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
114997: l_component_type
114998: ,l_component_code
114999: ,l_component_type_code
115000: ,l_component_appl_id

Line 115593: xla_ae_sources_pkg.GetSystemSourceNum(

115589: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
115590: l_rec_acct_attrs.array_char_value(1) := p_source_52;
115591: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
115592: l_rec_acct_attrs.array_num_value(2) :=
115593: xla_ae_sources_pkg.GetSystemSourceNum(
115594: p_source_code => 'XLA_EVENT_APPL_ID'
115595: , p_source_type_code => 'Y'
115596: , p_source_application_id => 602
115597: );

Line 115602: xla_ae_sources_pkg.GetSystemSourceChar(

115598: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
115599: l_rec_acct_attrs.array_char_value(3) := p_source_54;
115600: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
115601: l_rec_acct_attrs.array_char_value(4) :=
115602: xla_ae_sources_pkg.GetSystemSourceChar(
115603: p_source_code => 'XLA_ENTITY_CODE'
115604: , p_source_type_code => 'Y'
115605: , p_source_application_id => 602
115606: );

Line 115879: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

115875: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
115876: ,p_token_1 => 'LINE_NUMBER'
115877: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
115878: ,p_token_2 => 'LINE_TYPE_NAME'
115879: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
115880: l_component_type
115881: ,l_component_code
115882: ,l_component_type_code
115883: ,l_component_appl_id

Line 116464: xla_ae_sources_pkg.GetSystemSourceNum(

116460: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
116461: l_rec_acct_attrs.array_char_value(1) := p_source_52;
116462: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
116463: l_rec_acct_attrs.array_num_value(2) :=
116464: xla_ae_sources_pkg.GetSystemSourceNum(
116465: p_source_code => 'XLA_EVENT_APPL_ID'
116466: , p_source_type_code => 'Y'
116467: , p_source_application_id => 602
116468: );

Line 116473: xla_ae_sources_pkg.GetSystemSourceChar(

116469: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
116470: l_rec_acct_attrs.array_char_value(3) := p_source_54;
116471: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
116472: l_rec_acct_attrs.array_char_value(4) :=
116473: xla_ae_sources_pkg.GetSystemSourceChar(
116474: p_source_code => 'XLA_ENTITY_CODE'
116475: , p_source_type_code => 'Y'
116476: , p_source_application_id => 602
116477: );

Line 116634: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

116630: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
116631: ,p_token_1 => 'LINE_NUMBER'
116632: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
116633: ,p_token_2 => 'LINE_TYPE_NAME'
116634: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
116635: l_component_type
116636: ,l_component_code
116637: ,l_component_type_code
116638: ,l_component_appl_id

Line 117129: xla_ae_sources_pkg.GetSystemSourceNum(

117125: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
117126: l_rec_acct_attrs.array_char_value(1) := p_source_52;
117127: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
117128: l_rec_acct_attrs.array_num_value(2) :=
117129: xla_ae_sources_pkg.GetSystemSourceNum(
117130: p_source_code => 'XLA_EVENT_APPL_ID'
117131: , p_source_type_code => 'Y'
117132: , p_source_application_id => 602
117133: );

Line 117138: xla_ae_sources_pkg.GetSystemSourceChar(

117134: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
117135: l_rec_acct_attrs.array_char_value(3) := p_source_54;
117136: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
117137: l_rec_acct_attrs.array_char_value(4) :=
117138: xla_ae_sources_pkg.GetSystemSourceChar(
117139: p_source_code => 'XLA_ENTITY_CODE'
117140: , p_source_type_code => 'Y'
117141: , p_source_application_id => 602
117142: );

Line 117330: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

117326: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
117327: ,p_token_1 => 'LINE_NUMBER'
117328: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
117329: ,p_token_2 => 'LINE_TYPE_NAME'
117330: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
117331: l_component_type
117332: ,l_component_code
117333: ,l_component_type_code
117334: ,l_component_appl_id

Line 117851: xla_ae_sources_pkg.GetSystemSourceNum(

117847: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
117848: l_rec_acct_attrs.array_char_value(1) := p_source_52;
117849: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
117850: l_rec_acct_attrs.array_num_value(2) :=
117851: xla_ae_sources_pkg.GetSystemSourceNum(
117852: p_source_code => 'XLA_EVENT_APPL_ID'
117853: , p_source_type_code => 'Y'
117854: , p_source_application_id => 602
117855: );

Line 117860: xla_ae_sources_pkg.GetSystemSourceChar(

117856: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
117857: l_rec_acct_attrs.array_char_value(3) := p_source_54;
117858: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
117859: l_rec_acct_attrs.array_char_value(4) :=
117860: xla_ae_sources_pkg.GetSystemSourceChar(
117861: p_source_code => 'XLA_ENTITY_CODE'
117862: , p_source_type_code => 'Y'
117863: , p_source_application_id => 602
117864: );

Line 118052: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

118048: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
118049: ,p_token_1 => 'LINE_NUMBER'
118050: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
118051: ,p_token_2 => 'LINE_TYPE_NAME'
118052: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
118053: l_component_type
118054: ,l_component_code
118055: ,l_component_type_code
118056: ,l_component_appl_id

Line 118571: xla_ae_sources_pkg.GetSystemSourceNum(

118567: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
118568: l_rec_acct_attrs.array_char_value(1) := p_source_52;
118569: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
118570: l_rec_acct_attrs.array_num_value(2) :=
118571: xla_ae_sources_pkg.GetSystemSourceNum(
118572: p_source_code => 'XLA_EVENT_APPL_ID'
118573: , p_source_type_code => 'Y'
118574: , p_source_application_id => 602
118575: );

Line 118580: xla_ae_sources_pkg.GetSystemSourceChar(

118576: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
118577: l_rec_acct_attrs.array_char_value(3) := p_source_54;
118578: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
118579: l_rec_acct_attrs.array_char_value(4) :=
118580: xla_ae_sources_pkg.GetSystemSourceChar(
118581: p_source_code => 'XLA_ENTITY_CODE'
118582: , p_source_type_code => 'Y'
118583: , p_source_application_id => 602
118584: );

Line 118770: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

118766: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
118767: ,p_token_1 => 'LINE_NUMBER'
118768: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
118769: ,p_token_2 => 'LINE_TYPE_NAME'
118770: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
118771: l_component_type
118772: ,l_component_code
118773: ,l_component_type_code
118774: ,l_component_appl_id

Line 119291: xla_ae_sources_pkg.GetSystemSourceNum(

119287: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
119288: l_rec_acct_attrs.array_char_value(1) := p_source_52;
119289: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
119290: l_rec_acct_attrs.array_num_value(2) :=
119291: xla_ae_sources_pkg.GetSystemSourceNum(
119292: p_source_code => 'XLA_EVENT_APPL_ID'
119293: , p_source_type_code => 'Y'
119294: , p_source_application_id => 602
119295: );

Line 119300: xla_ae_sources_pkg.GetSystemSourceChar(

119296: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
119297: l_rec_acct_attrs.array_char_value(3) := p_source_54;
119298: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
119299: l_rec_acct_attrs.array_char_value(4) :=
119300: xla_ae_sources_pkg.GetSystemSourceChar(
119301: p_source_code => 'XLA_ENTITY_CODE'
119302: , p_source_type_code => 'Y'
119303: , p_source_application_id => 602
119304: );

Line 119494: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

119490: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
119491: ,p_token_1 => 'LINE_NUMBER'
119492: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
119493: ,p_token_2 => 'LINE_TYPE_NAME'
119494: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
119495: l_component_type
119496: ,l_component_code
119497: ,l_component_type_code
119498: ,l_component_appl_id

Line 120004: xla_ae_sources_pkg.GetSystemSourceNum(

120000: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
120001: l_rec_acct_attrs.array_char_value(1) := p_source_52;
120002: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
120003: l_rec_acct_attrs.array_num_value(2) :=
120004: xla_ae_sources_pkg.GetSystemSourceNum(
120005: p_source_code => 'XLA_EVENT_APPL_ID'
120006: , p_source_type_code => 'Y'
120007: , p_source_application_id => 602
120008: );

Line 120013: xla_ae_sources_pkg.GetSystemSourceChar(

120009: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
120010: l_rec_acct_attrs.array_char_value(3) := p_source_54;
120011: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
120012: l_rec_acct_attrs.array_char_value(4) :=
120013: xla_ae_sources_pkg.GetSystemSourceChar(
120014: p_source_code => 'XLA_ENTITY_CODE'
120015: , p_source_type_code => 'Y'
120016: , p_source_application_id => 602
120017: );

Line 120205: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

120201: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
120202: ,p_token_1 => 'LINE_NUMBER'
120203: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
120204: ,p_token_2 => 'LINE_TYPE_NAME'
120205: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
120206: l_component_type
120207: ,l_component_code
120208: ,l_component_type_code
120209: ,l_component_appl_id

Line 120715: xla_ae_sources_pkg.GetSystemSourceNum(

120711: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
120712: l_rec_acct_attrs.array_char_value(1) := p_source_52;
120713: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
120714: l_rec_acct_attrs.array_num_value(2) :=
120715: xla_ae_sources_pkg.GetSystemSourceNum(
120716: p_source_code => 'XLA_EVENT_APPL_ID'
120717: , p_source_type_code => 'Y'
120718: , p_source_application_id => 602
120719: );

Line 120724: xla_ae_sources_pkg.GetSystemSourceChar(

120720: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
120721: l_rec_acct_attrs.array_char_value(3) := p_source_54;
120722: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
120723: l_rec_acct_attrs.array_char_value(4) :=
120724: xla_ae_sources_pkg.GetSystemSourceChar(
120725: p_source_code => 'XLA_ENTITY_CODE'
120726: , p_source_type_code => 'Y'
120727: , p_source_application_id => 602
120728: );

Line 120916: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

120912: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
120913: ,p_token_1 => 'LINE_NUMBER'
120914: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
120915: ,p_token_2 => 'LINE_TYPE_NAME'
120916: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
120917: l_component_type
120918: ,l_component_code
120919: ,l_component_type_code
120920: ,l_component_appl_id

Line 121424: xla_ae_sources_pkg.GetSystemSourceNum(

121420: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
121421: l_rec_acct_attrs.array_char_value(1) := p_source_52;
121422: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
121423: l_rec_acct_attrs.array_num_value(2) :=
121424: xla_ae_sources_pkg.GetSystemSourceNum(
121425: p_source_code => 'XLA_EVENT_APPL_ID'
121426: , p_source_type_code => 'Y'
121427: , p_source_application_id => 602
121428: );

Line 121433: xla_ae_sources_pkg.GetSystemSourceChar(

121429: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
121430: l_rec_acct_attrs.array_char_value(3) := p_source_54;
121431: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
121432: l_rec_acct_attrs.array_char_value(4) :=
121433: xla_ae_sources_pkg.GetSystemSourceChar(
121434: p_source_code => 'XLA_ENTITY_CODE'
121435: , p_source_type_code => 'Y'
121436: , p_source_application_id => 602
121437: );

Line 121623: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

121619: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
121620: ,p_token_1 => 'LINE_NUMBER'
121621: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
121622: ,p_token_2 => 'LINE_TYPE_NAME'
121623: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
121624: l_component_type
121625: ,l_component_code
121626: ,l_component_type_code
121627: ,l_component_appl_id

Line 122133: xla_ae_sources_pkg.GetSystemSourceNum(

122129: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
122130: l_rec_acct_attrs.array_char_value(1) := p_source_52;
122131: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
122132: l_rec_acct_attrs.array_num_value(2) :=
122133: xla_ae_sources_pkg.GetSystemSourceNum(
122134: p_source_code => 'XLA_EVENT_APPL_ID'
122135: , p_source_type_code => 'Y'
122136: , p_source_application_id => 602
122137: );

Line 122142: xla_ae_sources_pkg.GetSystemSourceChar(

122138: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
122139: l_rec_acct_attrs.array_char_value(3) := p_source_54;
122140: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
122141: l_rec_acct_attrs.array_char_value(4) :=
122142: xla_ae_sources_pkg.GetSystemSourceChar(
122143: p_source_code => 'XLA_ENTITY_CODE'
122144: , p_source_type_code => 'Y'
122145: , p_source_application_id => 602
122146: );

Line 122336: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

122332: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
122333: ,p_token_1 => 'LINE_NUMBER'
122334: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
122335: ,p_token_2 => 'LINE_TYPE_NAME'
122336: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
122337: l_component_type
122338: ,l_component_code
122339: ,l_component_type_code
122340: ,l_component_appl_id

Line 122848: xla_ae_sources_pkg.GetSystemSourceNum(

122844: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
122845: l_rec_acct_attrs.array_char_value(1) := p_source_52;
122846: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
122847: l_rec_acct_attrs.array_num_value(2) :=
122848: xla_ae_sources_pkg.GetSystemSourceNum(
122849: p_source_code => 'XLA_EVENT_APPL_ID'
122850: , p_source_type_code => 'Y'
122851: , p_source_application_id => 602
122852: );

Line 122857: xla_ae_sources_pkg.GetSystemSourceChar(

122853: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
122854: l_rec_acct_attrs.array_char_value(3) := p_source_54;
122855: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
122856: l_rec_acct_attrs.array_char_value(4) :=
122857: xla_ae_sources_pkg.GetSystemSourceChar(
122858: p_source_code => 'XLA_ENTITY_CODE'
122859: , p_source_type_code => 'Y'
122860: , p_source_application_id => 602
122861: );

Line 123049: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

123045: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
123046: ,p_token_1 => 'LINE_NUMBER'
123047: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
123048: ,p_token_2 => 'LINE_TYPE_NAME'
123049: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
123050: l_component_type
123051: ,l_component_code
123052: ,l_component_type_code
123053: ,l_component_appl_id

Line 123559: xla_ae_sources_pkg.GetSystemSourceNum(

123555: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
123556: l_rec_acct_attrs.array_char_value(1) := p_source_52;
123557: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
123558: l_rec_acct_attrs.array_num_value(2) :=
123559: xla_ae_sources_pkg.GetSystemSourceNum(
123560: p_source_code => 'XLA_EVENT_APPL_ID'
123561: , p_source_type_code => 'Y'
123562: , p_source_application_id => 602
123563: );

Line 123568: xla_ae_sources_pkg.GetSystemSourceChar(

123564: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
123565: l_rec_acct_attrs.array_char_value(3) := p_source_54;
123566: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
123567: l_rec_acct_attrs.array_char_value(4) :=
123568: xla_ae_sources_pkg.GetSystemSourceChar(
123569: p_source_code => 'XLA_ENTITY_CODE'
123570: , p_source_type_code => 'Y'
123571: , p_source_application_id => 602
123572: );

Line 123758: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

123754: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
123755: ,p_token_1 => 'LINE_NUMBER'
123756: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
123757: ,p_token_2 => 'LINE_TYPE_NAME'
123758: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
123759: l_component_type
123760: ,l_component_code
123761: ,l_component_type_code
123762: ,l_component_appl_id

Line 124270: xla_ae_sources_pkg.GetSystemSourceNum(

124266: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
124267: l_rec_acct_attrs.array_char_value(1) := p_source_52;
124268: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
124269: l_rec_acct_attrs.array_num_value(2) :=
124270: xla_ae_sources_pkg.GetSystemSourceNum(
124271: p_source_code => 'XLA_EVENT_APPL_ID'
124272: , p_source_type_code => 'Y'
124273: , p_source_application_id => 602
124274: );

Line 124279: xla_ae_sources_pkg.GetSystemSourceChar(

124275: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
124276: l_rec_acct_attrs.array_char_value(3) := p_source_54;
124277: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
124278: l_rec_acct_attrs.array_char_value(4) :=
124279: xla_ae_sources_pkg.GetSystemSourceChar(
124280: p_source_code => 'XLA_ENTITY_CODE'
124281: , p_source_type_code => 'Y'
124282: , p_source_application_id => 602
124283: );

Line 124473: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

124469: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
124470: ,p_token_1 => 'LINE_NUMBER'
124471: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
124472: ,p_token_2 => 'LINE_TYPE_NAME'
124473: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
124474: l_component_type
124475: ,l_component_code
124476: ,l_component_type_code
124477: ,l_component_appl_id

Line 124985: xla_ae_sources_pkg.GetSystemSourceNum(

124981: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
124982: l_rec_acct_attrs.array_char_value(1) := p_source_52;
124983: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
124984: l_rec_acct_attrs.array_num_value(2) :=
124985: xla_ae_sources_pkg.GetSystemSourceNum(
124986: p_source_code => 'XLA_EVENT_APPL_ID'
124987: , p_source_type_code => 'Y'
124988: , p_source_application_id => 602
124989: );

Line 124994: xla_ae_sources_pkg.GetSystemSourceChar(

124990: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
124991: l_rec_acct_attrs.array_char_value(3) := p_source_54;
124992: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
124993: l_rec_acct_attrs.array_char_value(4) :=
124994: xla_ae_sources_pkg.GetSystemSourceChar(
124995: p_source_code => 'XLA_ENTITY_CODE'
124996: , p_source_type_code => 'Y'
124997: , p_source_application_id => 602
124998: );

Line 125186: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

125182: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
125183: ,p_token_1 => 'LINE_NUMBER'
125184: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
125185: ,p_token_2 => 'LINE_TYPE_NAME'
125186: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
125187: l_component_type
125188: ,l_component_code
125189: ,l_component_type_code
125190: ,l_component_appl_id

Line 125701: xla_ae_sources_pkg.GetSystemSourceNum(

125697: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
125698: l_rec_acct_attrs.array_char_value(1) := p_source_52;
125699: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
125700: l_rec_acct_attrs.array_num_value(2) :=
125701: xla_ae_sources_pkg.GetSystemSourceNum(
125702: p_source_code => 'XLA_EVENT_APPL_ID'
125703: , p_source_type_code => 'Y'
125704: , p_source_application_id => 602
125705: );

Line 125710: xla_ae_sources_pkg.GetSystemSourceChar(

125706: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
125707: l_rec_acct_attrs.array_char_value(3) := p_source_54;
125708: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
125709: l_rec_acct_attrs.array_char_value(4) :=
125710: xla_ae_sources_pkg.GetSystemSourceChar(
125711: p_source_code => 'XLA_ENTITY_CODE'
125712: , p_source_type_code => 'Y'
125713: , p_source_application_id => 602
125714: );

Line 125902: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

125898: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
125899: ,p_token_1 => 'LINE_NUMBER'
125900: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
125901: ,p_token_2 => 'LINE_TYPE_NAME'
125902: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
125903: l_component_type
125904: ,l_component_code
125905: ,l_component_type_code
125906: ,l_component_appl_id

Line 126417: xla_ae_sources_pkg.GetSystemSourceNum(

126413: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
126414: l_rec_acct_attrs.array_char_value(1) := p_source_52;
126415: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
126416: l_rec_acct_attrs.array_num_value(2) :=
126417: xla_ae_sources_pkg.GetSystemSourceNum(
126418: p_source_code => 'XLA_EVENT_APPL_ID'
126419: , p_source_type_code => 'Y'
126420: , p_source_application_id => 602
126421: );

Line 126426: xla_ae_sources_pkg.GetSystemSourceChar(

126422: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
126423: l_rec_acct_attrs.array_char_value(3) := p_source_54;
126424: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
126425: l_rec_acct_attrs.array_char_value(4) :=
126426: xla_ae_sources_pkg.GetSystemSourceChar(
126427: p_source_code => 'XLA_ENTITY_CODE'
126428: , p_source_type_code => 'Y'
126429: , p_source_application_id => 602
126430: );

Line 126618: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

126614: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
126615: ,p_token_1 => 'LINE_NUMBER'
126616: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
126617: ,p_token_2 => 'LINE_TYPE_NAME'
126618: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
126619: l_component_type
126620: ,l_component_code
126621: ,l_component_type_code
126622: ,l_component_appl_id

Line 127131: xla_ae_sources_pkg.GetSystemSourceNum(

127127: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
127128: l_rec_acct_attrs.array_char_value(1) := p_source_52;
127129: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
127130: l_rec_acct_attrs.array_num_value(2) :=
127131: xla_ae_sources_pkg.GetSystemSourceNum(
127132: p_source_code => 'XLA_EVENT_APPL_ID'
127133: , p_source_type_code => 'Y'
127134: , p_source_application_id => 602
127135: );

Line 127140: xla_ae_sources_pkg.GetSystemSourceChar(

127136: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
127137: l_rec_acct_attrs.array_char_value(3) := p_source_54;
127138: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
127139: l_rec_acct_attrs.array_char_value(4) :=
127140: xla_ae_sources_pkg.GetSystemSourceChar(
127141: p_source_code => 'XLA_ENTITY_CODE'
127142: , p_source_type_code => 'Y'
127143: , p_source_application_id => 602
127144: );

Line 127330: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

127326: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
127327: ,p_token_1 => 'LINE_NUMBER'
127328: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
127329: ,p_token_2 => 'LINE_TYPE_NAME'
127330: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
127331: l_component_type
127332: ,l_component_code
127333: ,l_component_type_code
127334: ,l_component_appl_id

Line 127845: xla_ae_sources_pkg.GetSystemSourceNum(

127841: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
127842: l_rec_acct_attrs.array_char_value(1) := p_source_52;
127843: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
127844: l_rec_acct_attrs.array_num_value(2) :=
127845: xla_ae_sources_pkg.GetSystemSourceNum(
127846: p_source_code => 'XLA_EVENT_APPL_ID'
127847: , p_source_type_code => 'Y'
127848: , p_source_application_id => 602
127849: );

Line 127854: xla_ae_sources_pkg.GetSystemSourceChar(

127850: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
127851: l_rec_acct_attrs.array_char_value(3) := p_source_54;
127852: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
127853: l_rec_acct_attrs.array_char_value(4) :=
127854: xla_ae_sources_pkg.GetSystemSourceChar(
127855: p_source_code => 'XLA_ENTITY_CODE'
127856: , p_source_type_code => 'Y'
127857: , p_source_application_id => 602
127858: );

Line 128048: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

128044: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
128045: ,p_token_1 => 'LINE_NUMBER'
128046: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
128047: ,p_token_2 => 'LINE_TYPE_NAME'
128048: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
128049: l_component_type
128050: ,l_component_code
128051: ,l_component_type_code
128052: ,l_component_appl_id

Line 128555: xla_ae_sources_pkg.GetSystemSourceNum(

128551: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
128552: l_rec_acct_attrs.array_char_value(1) := p_source_52;
128553: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
128554: l_rec_acct_attrs.array_num_value(2) :=
128555: xla_ae_sources_pkg.GetSystemSourceNum(
128556: p_source_code => 'XLA_EVENT_APPL_ID'
128557: , p_source_type_code => 'Y'
128558: , p_source_application_id => 602
128559: );

Line 128564: xla_ae_sources_pkg.GetSystemSourceChar(

128560: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
128561: l_rec_acct_attrs.array_char_value(3) := p_source_54;
128562: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
128563: l_rec_acct_attrs.array_char_value(4) :=
128564: xla_ae_sources_pkg.GetSystemSourceChar(
128565: p_source_code => 'XLA_ENTITY_CODE'
128566: , p_source_type_code => 'Y'
128567: , p_source_application_id => 602
128568: );

Line 128835: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

128831: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
128832: ,p_token_1 => 'LINE_NUMBER'
128833: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
128834: ,p_token_2 => 'LINE_TYPE_NAME'
128835: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
128836: l_component_type
128837: ,l_component_code
128838: ,l_component_type_code
128839: ,l_component_appl_id

Line 129449: xla_ae_sources_pkg.GetSystemSourceNum(

129445: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
129446: l_rec_acct_attrs.array_char_value(1) := p_source_52;
129447: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
129448: l_rec_acct_attrs.array_num_value(2) :=
129449: xla_ae_sources_pkg.GetSystemSourceNum(
129450: p_source_code => 'XLA_EVENT_APPL_ID'
129451: , p_source_type_code => 'Y'
129452: , p_source_application_id => 602
129453: );

Line 129458: xla_ae_sources_pkg.GetSystemSourceChar(

129454: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
129455: l_rec_acct_attrs.array_char_value(3) := p_source_54;
129456: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
129457: l_rec_acct_attrs.array_char_value(4) :=
129458: xla_ae_sources_pkg.GetSystemSourceChar(
129459: p_source_code => 'XLA_ENTITY_CODE'
129460: , p_source_type_code => 'Y'
129461: , p_source_application_id => 602
129462: );

Line 129751: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

129747: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
129748: ,p_token_1 => 'LINE_NUMBER'
129749: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
129750: ,p_token_2 => 'LINE_TYPE_NAME'
129751: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
129752: l_component_type
129753: ,l_component_code
129754: ,l_component_type_code
129755: ,l_component_appl_id

Line 130377: xla_ae_sources_pkg.GetSystemSourceNum(

130373: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
130374: l_rec_acct_attrs.array_char_value(1) := p_source_52;
130375: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
130376: l_rec_acct_attrs.array_num_value(2) :=
130377: xla_ae_sources_pkg.GetSystemSourceNum(
130378: p_source_code => 'XLA_EVENT_APPL_ID'
130379: , p_source_type_code => 'Y'
130380: , p_source_application_id => 602
130381: );

Line 130386: xla_ae_sources_pkg.GetSystemSourceChar(

130382: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
130383: l_rec_acct_attrs.array_char_value(3) := p_source_54;
130384: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
130385: l_rec_acct_attrs.array_char_value(4) :=
130386: xla_ae_sources_pkg.GetSystemSourceChar(
130387: p_source_code => 'XLA_ENTITY_CODE'
130388: , p_source_type_code => 'Y'
130389: , p_source_application_id => 602
130390: );

Line 130677: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

130673: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
130674: ,p_token_1 => 'LINE_NUMBER'
130675: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
130676: ,p_token_2 => 'LINE_TYPE_NAME'
130677: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
130678: l_component_type
130679: ,l_component_code
130680: ,l_component_type_code
130681: ,l_component_appl_id

Line 131305: xla_ae_sources_pkg.GetSystemSourceNum(

131301: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
131302: l_rec_acct_attrs.array_char_value(1) := p_source_52;
131303: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
131304: l_rec_acct_attrs.array_num_value(2) :=
131305: xla_ae_sources_pkg.GetSystemSourceNum(
131306: p_source_code => 'XLA_EVENT_APPL_ID'
131307: , p_source_type_code => 'Y'
131308: , p_source_application_id => 602
131309: );

Line 131314: xla_ae_sources_pkg.GetSystemSourceChar(

131310: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
131311: l_rec_acct_attrs.array_char_value(3) := p_source_54;
131312: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
131313: l_rec_acct_attrs.array_char_value(4) :=
131314: xla_ae_sources_pkg.GetSystemSourceChar(
131315: p_source_code => 'XLA_ENTITY_CODE'
131316: , p_source_type_code => 'Y'
131317: , p_source_application_id => 602
131318: );

Line 131609: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

131605: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
131606: ,p_token_1 => 'LINE_NUMBER'
131607: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
131608: ,p_token_2 => 'LINE_TYPE_NAME'
131609: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
131610: l_component_type
131611: ,l_component_code
131612: ,l_component_type_code
131613: ,l_component_appl_id

Line 132237: xla_ae_sources_pkg.GetSystemSourceNum(

132233: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
132234: l_rec_acct_attrs.array_char_value(1) := p_source_52;
132235: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
132236: l_rec_acct_attrs.array_num_value(2) :=
132237: xla_ae_sources_pkg.GetSystemSourceNum(
132238: p_source_code => 'XLA_EVENT_APPL_ID'
132239: , p_source_type_code => 'Y'
132240: , p_source_application_id => 602
132241: );

Line 132246: xla_ae_sources_pkg.GetSystemSourceChar(

132242: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
132243: l_rec_acct_attrs.array_char_value(3) := p_source_54;
132244: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
132245: l_rec_acct_attrs.array_char_value(4) :=
132246: xla_ae_sources_pkg.GetSystemSourceChar(
132247: p_source_code => 'XLA_ENTITY_CODE'
132248: , p_source_type_code => 'Y'
132249: , p_source_application_id => 602
132250: );

Line 132539: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

132535: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
132536: ,p_token_1 => 'LINE_NUMBER'
132537: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
132538: ,p_token_2 => 'LINE_TYPE_NAME'
132539: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
132540: l_component_type
132541: ,l_component_code
132542: ,l_component_type_code
132543: ,l_component_appl_id

Line 133150: xla_ae_sources_pkg.GetSystemSourceNum(

133146: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
133147: l_rec_acct_attrs.array_char_value(1) := p_source_52;
133148: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
133149: l_rec_acct_attrs.array_num_value(2) :=
133150: xla_ae_sources_pkg.GetSystemSourceNum(
133151: p_source_code => 'XLA_EVENT_APPL_ID'
133152: , p_source_type_code => 'Y'
133153: , p_source_application_id => 602
133154: );

Line 133159: xla_ae_sources_pkg.GetSystemSourceChar(

133155: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
133156: l_rec_acct_attrs.array_char_value(3) := p_source_54;
133157: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
133158: l_rec_acct_attrs.array_char_value(4) :=
133159: xla_ae_sources_pkg.GetSystemSourceChar(
133160: p_source_code => 'XLA_ENTITY_CODE'
133161: , p_source_type_code => 'Y'
133162: , p_source_application_id => 602
133163: );

Line 133351: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

133347: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
133348: ,p_token_1 => 'LINE_NUMBER'
133349: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
133350: ,p_token_2 => 'LINE_TYPE_NAME'
133351: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
133352: l_component_type
133353: ,l_component_code
133354: ,l_component_type_code
133355: ,l_component_appl_id

Line 133859: xla_ae_sources_pkg.GetSystemSourceNum(

133855: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
133856: l_rec_acct_attrs.array_char_value(1) := p_source_52;
133857: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
133858: l_rec_acct_attrs.array_num_value(2) :=
133859: xla_ae_sources_pkg.GetSystemSourceNum(
133860: p_source_code => 'XLA_EVENT_APPL_ID'
133861: , p_source_type_code => 'Y'
133862: , p_source_application_id => 602
133863: );

Line 133868: xla_ae_sources_pkg.GetSystemSourceChar(

133864: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
133865: l_rec_acct_attrs.array_char_value(3) := p_source_54;
133866: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
133867: l_rec_acct_attrs.array_char_value(4) :=
133868: xla_ae_sources_pkg.GetSystemSourceChar(
133869: p_source_code => 'XLA_ENTITY_CODE'
133870: , p_source_type_code => 'Y'
133871: , p_source_application_id => 602
133872: );

Line 134058: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

134054: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
134055: ,p_token_1 => 'LINE_NUMBER'
134056: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
134057: ,p_token_2 => 'LINE_TYPE_NAME'
134058: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
134059: l_component_type
134060: ,l_component_code
134061: ,l_component_type_code
134062: ,l_component_appl_id

Line 134568: xla_ae_sources_pkg.GetSystemSourceNum(

134564: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
134565: l_rec_acct_attrs.array_char_value(1) := p_source_52;
134566: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
134567: l_rec_acct_attrs.array_num_value(2) :=
134568: xla_ae_sources_pkg.GetSystemSourceNum(
134569: p_source_code => 'XLA_EVENT_APPL_ID'
134570: , p_source_type_code => 'Y'
134571: , p_source_application_id => 602
134572: );

Line 134577: xla_ae_sources_pkg.GetSystemSourceChar(

134573: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
134574: l_rec_acct_attrs.array_char_value(3) := p_source_54;
134575: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
134576: l_rec_acct_attrs.array_char_value(4) :=
134577: xla_ae_sources_pkg.GetSystemSourceChar(
134578: p_source_code => 'XLA_ENTITY_CODE'
134579: , p_source_type_code => 'Y'
134580: , p_source_application_id => 602
134581: );

Line 134771: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

134767: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
134768: ,p_token_1 => 'LINE_NUMBER'
134769: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
134770: ,p_token_2 => 'LINE_TYPE_NAME'
134771: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
134772: l_component_type
134773: ,l_component_code
134774: ,l_component_type_code
134775: ,l_component_appl_id

Line 135281: xla_ae_sources_pkg.GetSystemSourceNum(

135277: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
135278: l_rec_acct_attrs.array_char_value(1) := p_source_52;
135279: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
135280: l_rec_acct_attrs.array_num_value(2) :=
135281: xla_ae_sources_pkg.GetSystemSourceNum(
135282: p_source_code => 'XLA_EVENT_APPL_ID'
135283: , p_source_type_code => 'Y'
135284: , p_source_application_id => 602
135285: );

Line 135290: xla_ae_sources_pkg.GetSystemSourceChar(

135286: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
135287: l_rec_acct_attrs.array_char_value(3) := p_source_54;
135288: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
135289: l_rec_acct_attrs.array_char_value(4) :=
135290: xla_ae_sources_pkg.GetSystemSourceChar(
135291: p_source_code => 'XLA_ENTITY_CODE'
135292: , p_source_type_code => 'Y'
135293: , p_source_application_id => 602
135294: );

Line 135482: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

135478: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
135479: ,p_token_1 => 'LINE_NUMBER'
135480: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
135481: ,p_token_2 => 'LINE_TYPE_NAME'
135482: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
135483: l_component_type
135484: ,l_component_code
135485: ,l_component_type_code
135486: ,l_component_appl_id

Line 135992: xla_ae_sources_pkg.GetSystemSourceNum(

135988: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
135989: l_rec_acct_attrs.array_char_value(1) := p_source_52;
135990: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
135991: l_rec_acct_attrs.array_num_value(2) :=
135992: xla_ae_sources_pkg.GetSystemSourceNum(
135993: p_source_code => 'XLA_EVENT_APPL_ID'
135994: , p_source_type_code => 'Y'
135995: , p_source_application_id => 602
135996: );

Line 136001: xla_ae_sources_pkg.GetSystemSourceChar(

135997: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
135998: l_rec_acct_attrs.array_char_value(3) := p_source_54;
135999: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
136000: l_rec_acct_attrs.array_char_value(4) :=
136001: xla_ae_sources_pkg.GetSystemSourceChar(
136002: p_source_code => 'XLA_ENTITY_CODE'
136003: , p_source_type_code => 'Y'
136004: , p_source_application_id => 602
136005: );

Line 136193: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

136189: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
136190: ,p_token_1 => 'LINE_NUMBER'
136191: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
136192: ,p_token_2 => 'LINE_TYPE_NAME'
136193: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
136194: l_component_type
136195: ,l_component_code
136196: ,l_component_type_code
136197: ,l_component_appl_id

Line 136701: xla_ae_sources_pkg.GetSystemSourceNum(

136697: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
136698: l_rec_acct_attrs.array_char_value(1) := p_source_52;
136699: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
136700: l_rec_acct_attrs.array_num_value(2) :=
136701: xla_ae_sources_pkg.GetSystemSourceNum(
136702: p_source_code => 'XLA_EVENT_APPL_ID'
136703: , p_source_type_code => 'Y'
136704: , p_source_application_id => 602
136705: );

Line 136710: xla_ae_sources_pkg.GetSystemSourceChar(

136706: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
136707: l_rec_acct_attrs.array_char_value(3) := p_source_54;
136708: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
136709: l_rec_acct_attrs.array_char_value(4) :=
136710: xla_ae_sources_pkg.GetSystemSourceChar(
136711: p_source_code => 'XLA_ENTITY_CODE'
136712: , p_source_type_code => 'Y'
136713: , p_source_application_id => 602
136714: );

Line 136900: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

136896: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
136897: ,p_token_1 => 'LINE_NUMBER'
136898: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
136899: ,p_token_2 => 'LINE_TYPE_NAME'
136900: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
136901: l_component_type
136902: ,l_component_code
136903: ,l_component_type_code
136904: ,l_component_appl_id

Line 137410: xla_ae_sources_pkg.GetSystemSourceNum(

137406: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
137407: l_rec_acct_attrs.array_char_value(1) := p_source_52;
137408: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
137409: l_rec_acct_attrs.array_num_value(2) :=
137410: xla_ae_sources_pkg.GetSystemSourceNum(
137411: p_source_code => 'XLA_EVENT_APPL_ID'
137412: , p_source_type_code => 'Y'
137413: , p_source_application_id => 602
137414: );

Line 137419: xla_ae_sources_pkg.GetSystemSourceChar(

137415: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
137416: l_rec_acct_attrs.array_char_value(3) := p_source_54;
137417: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
137418: l_rec_acct_attrs.array_char_value(4) :=
137419: xla_ae_sources_pkg.GetSystemSourceChar(
137420: p_source_code => 'XLA_ENTITY_CODE'
137421: , p_source_type_code => 'Y'
137422: , p_source_application_id => 602
137423: );

Line 137613: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

137609: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
137610: ,p_token_1 => 'LINE_NUMBER'
137611: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
137612: ,p_token_2 => 'LINE_TYPE_NAME'
137613: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
137614: l_component_type
137615: ,l_component_code
137616: ,l_component_type_code
137617: ,l_component_appl_id

Line 138123: xla_ae_sources_pkg.GetSystemSourceNum(

138119: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
138120: l_rec_acct_attrs.array_char_value(1) := p_source_52;
138121: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
138122: l_rec_acct_attrs.array_num_value(2) :=
138123: xla_ae_sources_pkg.GetSystemSourceNum(
138124: p_source_code => 'XLA_EVENT_APPL_ID'
138125: , p_source_type_code => 'Y'
138126: , p_source_application_id => 602
138127: );

Line 138132: xla_ae_sources_pkg.GetSystemSourceChar(

138128: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
138129: l_rec_acct_attrs.array_char_value(3) := p_source_54;
138130: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
138131: l_rec_acct_attrs.array_char_value(4) :=
138132: xla_ae_sources_pkg.GetSystemSourceChar(
138133: p_source_code => 'XLA_ENTITY_CODE'
138134: , p_source_type_code => 'Y'
138135: , p_source_application_id => 602
138136: );

Line 138324: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

138320: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
138321: ,p_token_1 => 'LINE_NUMBER'
138322: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
138323: ,p_token_2 => 'LINE_TYPE_NAME'
138324: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
138325: l_component_type
138326: ,l_component_code
138327: ,l_component_type_code
138328: ,l_component_appl_id

Line 139061: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

139057: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
139058: ,p_token_1 => 'LINE_NUMBER'
139059: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
139060: ,p_token_2 => 'LINE_TYPE_NAME'
139061: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
139062: l_component_type
139063: ,l_component_code
139064: ,l_component_type_code
139065: ,l_component_appl_id

Line 139900: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

139896: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
139897: ,p_token_1 => 'LINE_NUMBER'
139898: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
139899: ,p_token_2 => 'LINE_TYPE_NAME'
139900: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
139901: l_component_type
139902: ,l_component_code
139903: ,l_component_type_code
139904: ,l_component_appl_id

Line 140499: xla_ae_sources_pkg.GetSystemSourceNum(

140495: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
140496: l_rec_acct_attrs.array_char_value(1) := p_source_52;
140497: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
140498: l_rec_acct_attrs.array_num_value(2) :=
140499: xla_ae_sources_pkg.GetSystemSourceNum(
140500: p_source_code => 'XLA_EVENT_APPL_ID'
140501: , p_source_type_code => 'Y'
140502: , p_source_application_id => 602
140503: );

Line 140508: xla_ae_sources_pkg.GetSystemSourceChar(

140504: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
140505: l_rec_acct_attrs.array_char_value(3) := p_source_54;
140506: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
140507: l_rec_acct_attrs.array_char_value(4) :=
140508: xla_ae_sources_pkg.GetSystemSourceChar(
140509: p_source_code => 'XLA_ENTITY_CODE'
140510: , p_source_type_code => 'Y'
140511: , p_source_application_id => 602
140512: );

Line 140789: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

140785: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
140786: ,p_token_1 => 'LINE_NUMBER'
140787: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
140788: ,p_token_2 => 'LINE_TYPE_NAME'
140789: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
140790: l_component_type
140791: ,l_component_code
140792: ,l_component_type_code
140793: ,l_component_appl_id

Line 141386: xla_ae_sources_pkg.GetSystemSourceNum(

141382: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
141383: l_rec_acct_attrs.array_char_value(1) := p_source_52;
141384: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
141385: l_rec_acct_attrs.array_num_value(2) :=
141386: xla_ae_sources_pkg.GetSystemSourceNum(
141387: p_source_code => 'XLA_EVENT_APPL_ID'
141388: , p_source_type_code => 'Y'
141389: , p_source_application_id => 602
141390: );

Line 141395: xla_ae_sources_pkg.GetSystemSourceChar(

141391: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
141392: l_rec_acct_attrs.array_char_value(3) := p_source_54;
141393: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
141394: l_rec_acct_attrs.array_char_value(4) :=
141395: xla_ae_sources_pkg.GetSystemSourceChar(
141396: p_source_code => 'XLA_ENTITY_CODE'
141397: , p_source_type_code => 'Y'
141398: , p_source_application_id => 602
141399: );

Line 141674: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

141670: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
141671: ,p_token_1 => 'LINE_NUMBER'
141672: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
141673: ,p_token_2 => 'LINE_TYPE_NAME'
141674: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
141675: l_component_type
141676: ,l_component_code
141677: ,l_component_type_code
141678: ,l_component_appl_id

Line 142273: xla_ae_sources_pkg.GetSystemSourceNum(

142269: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
142270: l_rec_acct_attrs.array_char_value(1) := p_source_52;
142271: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
142272: l_rec_acct_attrs.array_num_value(2) :=
142273: xla_ae_sources_pkg.GetSystemSourceNum(
142274: p_source_code => 'XLA_EVENT_APPL_ID'
142275: , p_source_type_code => 'Y'
142276: , p_source_application_id => 602
142277: );

Line 142282: xla_ae_sources_pkg.GetSystemSourceChar(

142278: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
142279: l_rec_acct_attrs.array_char_value(3) := p_source_54;
142280: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
142281: l_rec_acct_attrs.array_char_value(4) :=
142282: xla_ae_sources_pkg.GetSystemSourceChar(
142283: p_source_code => 'XLA_ENTITY_CODE'
142284: , p_source_type_code => 'Y'
142285: , p_source_application_id => 602
142286: );

Line 142565: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

142561: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
142562: ,p_token_1 => 'LINE_NUMBER'
142563: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
142564: ,p_token_2 => 'LINE_TYPE_NAME'
142565: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
142566: l_component_type
142567: ,l_component_code
142568: ,l_component_type_code
142569: ,l_component_appl_id

Line 143164: xla_ae_sources_pkg.GetSystemSourceNum(

143160: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
143161: l_rec_acct_attrs.array_char_value(1) := p_source_52;
143162: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
143163: l_rec_acct_attrs.array_num_value(2) :=
143164: xla_ae_sources_pkg.GetSystemSourceNum(
143165: p_source_code => 'XLA_EVENT_APPL_ID'
143166: , p_source_type_code => 'Y'
143167: , p_source_application_id => 602
143168: );

Line 143173: xla_ae_sources_pkg.GetSystemSourceChar(

143169: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
143170: l_rec_acct_attrs.array_char_value(3) := p_source_54;
143171: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
143172: l_rec_acct_attrs.array_char_value(4) :=
143173: xla_ae_sources_pkg.GetSystemSourceChar(
143174: p_source_code => 'XLA_ENTITY_CODE'
143175: , p_source_type_code => 'Y'
143176: , p_source_application_id => 602
143177: );

Line 143454: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

143450: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
143451: ,p_token_1 => 'LINE_NUMBER'
143452: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
143453: ,p_token_2 => 'LINE_TYPE_NAME'
143454: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
143455: l_component_type
143456: ,l_component_code
143457: ,l_component_type_code
143458: ,l_component_appl_id

Line 145095: xla_ae_sources_pkg.GetSystemSourceDate(

145091: l_rec_acct_attrs.array_acct_attr_code(3) := 'DOC_SEQUENCE_VALUE';
145092: l_rec_acct_attrs.array_num_value(3) := g_array_event(l_event_id).array_value_num('source_7');
145093: l_rec_acct_attrs.array_acct_attr_code(4) := 'GL_DATE';
145094: l_rec_acct_attrs.array_date_value(4) :=
145095: xla_ae_sources_pkg.GetSystemSourceDate(
145096: p_source_code => 'XLA_EVENT_DATE'
145097: , p_source_type_code => 'Y'
145098: , p_source_application_id => 602
145099: );

Line 145141: ,p_value_1 => xla_ae_sources_pkg.GetAccountingSourceName('TRX_ACCT_REVERSAL_OPTION')

145137: xla_accounting_err_pkg.build_message
145138: (p_appli_s_name => 'XLA'
145139: ,p_msg_name => 'XLA_AP_INVALID_HDR_ATTR'
145140: ,p_token_1 => 'ACCT_ATTR_NAME'
145141: ,p_value_1 => xla_ae_sources_pkg.GetAccountingSourceName('TRX_ACCT_REVERSAL_OPTION')
145142: ,p_token_2 => 'PRODUCT_NAME'
145143: ,p_value_2 => xla_ae_journal_entry_pkg.g_cache_event.application_name
145144: ,p_entity_id => xla_ae_journal_entry_pkg.g_cache_event.entity_id
145145: ,p_event_id => xla_ae_journal_entry_pkg.g_cache_event.event_id

Line 148387: xla_ae_sources_pkg.GetSystemSourceDate(

148383: l_rec_acct_attrs.array_acct_attr_code(3) := 'DOC_SEQUENCE_VALUE';
148384: l_rec_acct_attrs.array_num_value(3) := g_array_event(l_event_id).array_value_num('source_7');
148385: l_rec_acct_attrs.array_acct_attr_code(4) := 'GL_DATE';
148386: l_rec_acct_attrs.array_date_value(4) :=
148387: xla_ae_sources_pkg.GetSystemSourceDate(
148388: p_source_code => 'XLA_EVENT_DATE'
148389: , p_source_type_code => 'Y'
148390: , p_source_application_id => 602
148391: );

Line 148433: ,p_value_1 => xla_ae_sources_pkg.GetAccountingSourceName('TRX_ACCT_REVERSAL_OPTION')

148429: xla_accounting_err_pkg.build_message
148430: (p_appli_s_name => 'XLA'
148431: ,p_msg_name => 'XLA_AP_INVALID_HDR_ATTR'
148432: ,p_token_1 => 'ACCT_ATTR_NAME'
148433: ,p_value_1 => xla_ae_sources_pkg.GetAccountingSourceName('TRX_ACCT_REVERSAL_OPTION')
148434: ,p_token_2 => 'PRODUCT_NAME'
148435: ,p_value_2 => xla_ae_journal_entry_pkg.g_cache_event.application_name
148436: ,p_entity_id => xla_ae_journal_entry_pkg.g_cache_event.entity_id
148437: ,p_event_id => xla_ae_journal_entry_pkg.g_cache_event.event_id

Line 151525: xla_ae_sources_pkg.GetSystemSourceDate(

151521: l_rec_acct_attrs.array_acct_attr_code(3) := 'DOC_SEQUENCE_VALUE';
151522: l_rec_acct_attrs.array_num_value(3) := g_array_event(l_event_id).array_value_num('source_9');
151523: l_rec_acct_attrs.array_acct_attr_code(4) := 'GL_DATE';
151524: l_rec_acct_attrs.array_date_value(4) :=
151525: xla_ae_sources_pkg.GetSystemSourceDate(
151526: p_source_code => 'XLA_EVENT_DATE'
151527: , p_source_type_code => 'Y'
151528: , p_source_application_id => 602
151529: );

Line 151571: ,p_value_1 => xla_ae_sources_pkg.GetAccountingSourceName('TRX_ACCT_REVERSAL_OPTION')

151567: xla_accounting_err_pkg.build_message
151568: (p_appli_s_name => 'XLA'
151569: ,p_msg_name => 'XLA_AP_INVALID_HDR_ATTR'
151570: ,p_token_1 => 'ACCT_ATTR_NAME'
151571: ,p_value_1 => xla_ae_sources_pkg.GetAccountingSourceName('TRX_ACCT_REVERSAL_OPTION')
151572: ,p_token_2 => 'PRODUCT_NAME'
151573: ,p_value_2 => xla_ae_journal_entry_pkg.g_cache_event.application_name
151574: ,p_entity_id => xla_ae_journal_entry_pkg.g_cache_event.entity_id
151575: ,p_event_id => xla_ae_journal_entry_pkg.g_cache_event.event_id

Line 154100: xla_ae_sources_pkg.GetSystemSourceDate(

154096: l_rec_acct_attrs.array_acct_attr_code(3) := 'DOC_SEQUENCE_VALUE';
154097: l_rec_acct_attrs.array_num_value(3) := g_array_event(l_event_id).array_value_num('source_7');
154098: l_rec_acct_attrs.array_acct_attr_code(4) := 'GL_DATE';
154099: l_rec_acct_attrs.array_date_value(4) :=
154100: xla_ae_sources_pkg.GetSystemSourceDate(
154101: p_source_code => 'XLA_EVENT_DATE'
154102: , p_source_type_code => 'Y'
154103: , p_source_application_id => 602
154104: );

Line 154146: ,p_value_1 => xla_ae_sources_pkg.GetAccountingSourceName('TRX_ACCT_REVERSAL_OPTION')

154142: xla_accounting_err_pkg.build_message
154143: (p_appli_s_name => 'XLA'
154144: ,p_msg_name => 'XLA_AP_INVALID_HDR_ATTR'
154145: ,p_token_1 => 'ACCT_ATTR_NAME'
154146: ,p_value_1 => xla_ae_sources_pkg.GetAccountingSourceName('TRX_ACCT_REVERSAL_OPTION')
154147: ,p_token_2 => 'PRODUCT_NAME'
154148: ,p_value_2 => xla_ae_journal_entry_pkg.g_cache_event.application_name
154149: ,p_entity_id => xla_ae_journal_entry_pkg.g_cache_event.entity_id
154150: ,p_event_id => xla_ae_journal_entry_pkg.g_cache_event.event_id

Line 157610: xla_ae_sources_pkg.GetSystemSourceDate(

157606: l_rec_acct_attrs.array_acct_attr_code(3) := 'DOC_SEQUENCE_VALUE';
157607: l_rec_acct_attrs.array_num_value(3) := g_array_event(l_event_id).array_value_num('source_9');
157608: l_rec_acct_attrs.array_acct_attr_code(4) := 'GL_DATE';
157609: l_rec_acct_attrs.array_date_value(4) :=
157610: xla_ae_sources_pkg.GetSystemSourceDate(
157611: p_source_code => 'XLA_EVENT_DATE'
157612: , p_source_type_code => 'Y'
157613: , p_source_application_id => 602
157614: );

Line 157658: ,p_value_1 => xla_ae_sources_pkg.GetAccountingSourceName('TRX_ACCT_REVERSAL_OPTION')

157654: xla_accounting_err_pkg.build_message
157655: (p_appli_s_name => 'XLA'
157656: ,p_msg_name => 'XLA_AP_INVALID_HDR_ATTR'
157657: ,p_token_1 => 'ACCT_ATTR_NAME'
157658: ,p_value_1 => xla_ae_sources_pkg.GetAccountingSourceName('TRX_ACCT_REVERSAL_OPTION')
157659: ,p_token_2 => 'PRODUCT_NAME'
157660: ,p_value_2 => xla_ae_journal_entry_pkg.g_cache_event.application_name
157661: ,p_entity_id => xla_ae_journal_entry_pkg.g_cache_event.entity_id
157662: ,p_event_id => xla_ae_journal_entry_pkg.g_cache_event.event_id

Line 160474: xla_ae_sources_pkg.GetSystemSourceDate(

160470: l_rec_acct_attrs.array_acct_attr_code(3) := 'DOC_SEQUENCE_VALUE';
160471: l_rec_acct_attrs.array_num_value(3) := g_array_event(l_event_id).array_value_num('source_7');
160472: l_rec_acct_attrs.array_acct_attr_code(4) := 'GL_DATE';
160473: l_rec_acct_attrs.array_date_value(4) :=
160474: xla_ae_sources_pkg.GetSystemSourceDate(
160475: p_source_code => 'XLA_EVENT_DATE'
160476: , p_source_type_code => 'Y'
160477: , p_source_application_id => 602
160478: );

Line 160506: ,p_value_1 => xla_ae_sources_pkg.GetAccountingSourceName('TRX_ACCT_REVERSAL_OPTION')

160502: xla_accounting_err_pkg.build_message
160503: (p_appli_s_name => 'XLA'
160504: ,p_msg_name => 'XLA_AP_INVALID_HDR_ATTR'
160505: ,p_token_1 => 'ACCT_ATTR_NAME'
160506: ,p_value_1 => xla_ae_sources_pkg.GetAccountingSourceName('TRX_ACCT_REVERSAL_OPTION')
160507: ,p_token_2 => 'PRODUCT_NAME'
160508: ,p_value_2 => xla_ae_journal_entry_pkg.g_cache_event.application_name
160509: ,p_entity_id => xla_ae_journal_entry_pkg.g_cache_event.entity_id
160510: ,p_event_id => xla_ae_journal_entry_pkg.g_cache_event.event_id

Line 162890: xla_ae_sources_pkg.GetSystemSourceDate(

162886: l_rec_acct_attrs.array_acct_attr_code(3) := 'DOC_SEQUENCE_VALUE';
162887: l_rec_acct_attrs.array_num_value(3) := g_array_event(l_event_id).array_value_num('source_7');
162888: l_rec_acct_attrs.array_acct_attr_code(4) := 'GL_DATE';
162889: l_rec_acct_attrs.array_date_value(4) :=
162890: xla_ae_sources_pkg.GetSystemSourceDate(
162891: p_source_code => 'XLA_EVENT_DATE'
162892: , p_source_type_code => 'Y'
162893: , p_source_application_id => 602
162894: );

Line 162936: ,p_value_1 => xla_ae_sources_pkg.GetAccountingSourceName('TRX_ACCT_REVERSAL_OPTION')

162932: xla_accounting_err_pkg.build_message
162933: (p_appli_s_name => 'XLA'
162934: ,p_msg_name => 'XLA_AP_INVALID_HDR_ATTR'
162935: ,p_token_1 => 'ACCT_ATTR_NAME'
162936: ,p_value_1 => xla_ae_sources_pkg.GetAccountingSourceName('TRX_ACCT_REVERSAL_OPTION')
162937: ,p_token_2 => 'PRODUCT_NAME'
162938: ,p_value_2 => xla_ae_journal_entry_pkg.g_cache_event.application_name
162939: ,p_entity_id => xla_ae_journal_entry_pkg.g_cache_event.entity_id
162940: ,p_event_id => xla_ae_journal_entry_pkg.g_cache_event.event_id

Line 166358: xla_ae_sources_pkg.GetSystemSourceDate(

166354: l_rec_acct_attrs.array_acct_attr_code(3) := 'DOC_SEQUENCE_VALUE';
166355: l_rec_acct_attrs.array_num_value(3) := g_array_event(l_event_id).array_value_num('source_9');
166356: l_rec_acct_attrs.array_acct_attr_code(4) := 'GL_DATE';
166357: l_rec_acct_attrs.array_date_value(4) :=
166358: xla_ae_sources_pkg.GetSystemSourceDate(
166359: p_source_code => 'XLA_EVENT_DATE'
166360: , p_source_type_code => 'Y'
166361: , p_source_application_id => 602
166362: );

Line 166404: ,p_value_1 => xla_ae_sources_pkg.GetAccountingSourceName('TRX_ACCT_REVERSAL_OPTION')

166400: xla_accounting_err_pkg.build_message
166401: (p_appli_s_name => 'XLA'
166402: ,p_msg_name => 'XLA_AP_INVALID_HDR_ATTR'
166403: ,p_token_1 => 'ACCT_ATTR_NAME'
166404: ,p_value_1 => xla_ae_sources_pkg.GetAccountingSourceName('TRX_ACCT_REVERSAL_OPTION')
166405: ,p_token_2 => 'PRODUCT_NAME'
166406: ,p_value_2 => xla_ae_journal_entry_pkg.g_cache_event.application_name
166407: ,p_entity_id => xla_ae_journal_entry_pkg.g_cache_event.entity_id
166408: ,p_event_id => xla_ae_journal_entry_pkg.g_cache_event.event_id

Line 169280: xla_ae_sources_pkg.GetSystemSourceDate(

169276: l_rec_acct_attrs.array_acct_attr_code(3) := 'DOC_SEQUENCE_VALUE';
169277: l_rec_acct_attrs.array_num_value(3) := g_array_event(l_event_id).array_value_num('source_9');
169278: l_rec_acct_attrs.array_acct_attr_code(4) := 'GL_DATE';
169279: l_rec_acct_attrs.array_date_value(4) :=
169280: xla_ae_sources_pkg.GetSystemSourceDate(
169281: p_source_code => 'XLA_EVENT_DATE'
169282: , p_source_type_code => 'Y'
169283: , p_source_application_id => 602
169284: );

Line 169328: ,p_value_1 => xla_ae_sources_pkg.GetAccountingSourceName('TRX_ACCT_REVERSAL_OPTION')

169324: xla_accounting_err_pkg.build_message
169325: (p_appli_s_name => 'XLA'
169326: ,p_msg_name => 'XLA_AP_INVALID_HDR_ATTR'
169327: ,p_token_1 => 'ACCT_ATTR_NAME'
169328: ,p_value_1 => xla_ae_sources_pkg.GetAccountingSourceName('TRX_ACCT_REVERSAL_OPTION')
169329: ,p_token_2 => 'PRODUCT_NAME'
169330: ,p_value_2 => xla_ae_journal_entry_pkg.g_cache_event.application_name
169331: ,p_entity_id => xla_ae_journal_entry_pkg.g_cache_event.entity_id
169332: ,p_event_id => xla_ae_journal_entry_pkg.g_cache_event.event_id