DBA Data[Home] [Help]

APPS.XLA_00200_AAD_S_000002_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 5410: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

5406: xla_accounting_err_pkg.build_message
5407: (p_appli_s_name => 'XLA'
5408: ,p_msg_name => 'XLA_AP_INVALID_ADR'
5409: ,p_token_1 => 'COMPONENT_NAME'
5410: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
5411: l_component_type
5412: , l_component_code
5413: , l_component_type_code
5414: , l_component_appl_id

Line 5548: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

5544: xla_accounting_err_pkg.build_message
5545: (p_appli_s_name => 'XLA'
5546: ,p_msg_name => 'XLA_AP_INVALID_ADR'
5547: ,p_token_1 => 'COMPONENT_NAME'
5548: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
5549: l_component_type
5550: , l_component_code
5551: , l_component_type_code
5552: , l_component_appl_id

Line 5691: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

5687: xla_accounting_err_pkg.build_message
5688: (p_appli_s_name => 'XLA'
5689: ,p_msg_name => 'XLA_AP_INVALID_ADR'
5690: ,p_token_1 => 'COMPONENT_NAME'
5691: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
5692: l_component_type
5693: , l_component_code
5694: , l_component_type_code
5695: , l_component_appl_id

Line 5834: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

5830: xla_accounting_err_pkg.build_message
5831: (p_appli_s_name => 'XLA'
5832: ,p_msg_name => 'XLA_AP_INVALID_ADR'
5833: ,p_token_1 => 'COMPONENT_NAME'
5834: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
5835: l_component_type
5836: , l_component_code
5837: , l_component_type_code
5838: , l_component_appl_id

Line 5961: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

5957: xla_accounting_err_pkg.build_message
5958: (p_appli_s_name => 'XLA'
5959: ,p_msg_name => 'XLA_AP_INVALID_ADR'
5960: ,p_token_1 => 'COMPONENT_NAME'
5961: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
5962: l_component_type
5963: , l_component_code
5964: , l_component_type_code
5965: , 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 6400: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

6396: xla_accounting_err_pkg.build_message
6397: (p_appli_s_name => 'XLA'
6398: ,p_msg_name => 'XLA_AP_INVALID_ADR'
6399: ,p_token_1 => 'COMPONENT_NAME'
6400: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
6401: l_component_type
6402: , l_component_code
6403: , l_component_type_code
6404: , l_component_appl_id

Line 6527: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

6523: xla_accounting_err_pkg.build_message
6524: (p_appli_s_name => 'XLA'
6525: ,p_msg_name => 'XLA_AP_INVALID_ADR'
6526: ,p_token_1 => 'COMPONENT_NAME'
6527: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
6528: l_component_type
6529: , l_component_code
6530: , l_component_type_code
6531: , l_component_appl_id

Line 6654: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (

6650: xla_accounting_err_pkg.build_message
6651: (p_appli_s_name => 'XLA'
6652: ,p_msg_name => 'XLA_AP_INVALID_ADR'
6653: ,p_token_1 => 'COMPONENT_NAME'
6654: ,p_value_1 => xla_ae_sources_pkg.GetComponentName (
6655: l_component_type
6656: , l_component_code
6657: , l_component_type_code
6658: , l_component_appl_id

Line 7001: xla_ae_sources_pkg.GetSystemSourceNum(

6997: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
6998: l_rec_acct_attrs.array_char_value(1) := p_source_53;
6999: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
7000: l_rec_acct_attrs.array_num_value(2) :=
7001: xla_ae_sources_pkg.GetSystemSourceNum(
7002: p_source_code => 'XLA_EVENT_APPL_ID'
7003: , p_source_type_code => 'Y'
7004: , p_source_application_id => 602
7005: );

Line 7010: xla_ae_sources_pkg.GetSystemSourceChar(

7006: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
7007: l_rec_acct_attrs.array_char_value(3) := p_source_55;
7008: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
7009: l_rec_acct_attrs.array_char_value(4) :=
7010: xla_ae_sources_pkg.GetSystemSourceChar(
7011: p_source_code => 'XLA_ENTITY_CODE'
7012: , p_source_type_code => 'Y'
7013: , p_source_application_id => 602
7014: );

Line 7202: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

7198: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
7199: ,p_token_1 => 'LINE_NUMBER'
7200: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
7201: ,p_token_2 => 'LINE_TYPE_NAME'
7202: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
7203: l_component_type
7204: ,l_component_code
7205: ,l_component_type_code
7206: ,l_component_appl_id

Line 7707: xla_ae_sources_pkg.GetSystemSourceNum(

7703: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
7704: l_rec_acct_attrs.array_char_value(1) := p_source_53;
7705: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
7706: l_rec_acct_attrs.array_num_value(2) :=
7707: xla_ae_sources_pkg.GetSystemSourceNum(
7708: p_source_code => 'XLA_EVENT_APPL_ID'
7709: , p_source_type_code => 'Y'
7710: , p_source_application_id => 602
7711: );

Line 7716: xla_ae_sources_pkg.GetSystemSourceChar(

7712: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
7713: l_rec_acct_attrs.array_char_value(3) := p_source_55;
7714: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
7715: l_rec_acct_attrs.array_char_value(4) :=
7716: xla_ae_sources_pkg.GetSystemSourceChar(
7717: p_source_code => 'XLA_ENTITY_CODE'
7718: , p_source_type_code => 'Y'
7719: , p_source_application_id => 602
7720: );

Line 7906: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

7902: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
7903: ,p_token_1 => 'LINE_NUMBER'
7904: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
7905: ,p_token_2 => 'LINE_TYPE_NAME'
7906: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
7907: l_component_type
7908: ,l_component_code
7909: ,l_component_type_code
7910: ,l_component_appl_id

Line 8413: xla_ae_sources_pkg.GetSystemSourceNum(

8409: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
8410: l_rec_acct_attrs.array_char_value(1) := p_source_53;
8411: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
8412: l_rec_acct_attrs.array_num_value(2) :=
8413: xla_ae_sources_pkg.GetSystemSourceNum(
8414: p_source_code => 'XLA_EVENT_APPL_ID'
8415: , p_source_type_code => 'Y'
8416: , p_source_application_id => 602
8417: );

Line 8422: xla_ae_sources_pkg.GetSystemSourceChar(

8418: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
8419: l_rec_acct_attrs.array_char_value(3) := p_source_55;
8420: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
8421: l_rec_acct_attrs.array_char_value(4) :=
8422: xla_ae_sources_pkg.GetSystemSourceChar(
8423: p_source_code => 'XLA_ENTITY_CODE'
8424: , p_source_type_code => 'Y'
8425: , p_source_application_id => 602
8426: );

Line 8616: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

8612: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
8613: ,p_token_1 => 'LINE_NUMBER'
8614: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
8615: ,p_token_2 => 'LINE_TYPE_NAME'
8616: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
8617: l_component_type
8618: ,l_component_code
8619: ,l_component_type_code
8620: ,l_component_appl_id

Line 9123: xla_ae_sources_pkg.GetSystemSourceNum(

9119: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
9120: l_rec_acct_attrs.array_char_value(1) := p_source_53;
9121: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
9122: l_rec_acct_attrs.array_num_value(2) :=
9123: xla_ae_sources_pkg.GetSystemSourceNum(
9124: p_source_code => 'XLA_EVENT_APPL_ID'
9125: , p_source_type_code => 'Y'
9126: , p_source_application_id => 602
9127: );

Line 9132: xla_ae_sources_pkg.GetSystemSourceChar(

9128: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
9129: l_rec_acct_attrs.array_char_value(3) := p_source_55;
9130: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
9131: l_rec_acct_attrs.array_char_value(4) :=
9132: xla_ae_sources_pkg.GetSystemSourceChar(
9133: p_source_code => 'XLA_ENTITY_CODE'
9134: , p_source_type_code => 'Y'
9135: , p_source_application_id => 602
9136: );

Line 9324: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

9320: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
9321: ,p_token_1 => 'LINE_NUMBER'
9322: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
9323: ,p_token_2 => 'LINE_TYPE_NAME'
9324: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
9325: l_component_type
9326: ,l_component_code
9327: ,l_component_type_code
9328: ,l_component_appl_id

Line 9838: xla_ae_sources_pkg.GetSystemSourceNum(

9834: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
9835: l_rec_acct_attrs.array_char_value(1) := p_source_53;
9836: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
9837: l_rec_acct_attrs.array_num_value(2) :=
9838: xla_ae_sources_pkg.GetSystemSourceNum(
9839: p_source_code => 'XLA_EVENT_APPL_ID'
9840: , p_source_type_code => 'Y'
9841: , p_source_application_id => 602
9842: );

Line 9847: xla_ae_sources_pkg.GetSystemSourceChar(

9843: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
9844: l_rec_acct_attrs.array_char_value(3) := p_source_55;
9845: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
9846: l_rec_acct_attrs.array_char_value(4) :=
9847: xla_ae_sources_pkg.GetSystemSourceChar(
9848: p_source_code => 'XLA_ENTITY_CODE'
9849: , p_source_type_code => 'Y'
9850: , p_source_application_id => 602
9851: );

Line 10173: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

10169: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
10170: ,p_token_1 => 'LINE_NUMBER'
10171: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
10172: ,p_token_2 => 'LINE_TYPE_NAME'
10173: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
10174: l_component_type
10175: ,l_component_code
10176: ,l_component_type_code
10177: ,l_component_appl_id

Line 10829: xla_ae_sources_pkg.GetSystemSourceNum(

10825: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
10826: l_rec_acct_attrs.array_char_value(1) := p_source_53;
10827: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
10828: l_rec_acct_attrs.array_num_value(2) :=
10829: xla_ae_sources_pkg.GetSystemSourceNum(
10830: p_source_code => 'XLA_EVENT_APPL_ID'
10831: , p_source_type_code => 'Y'
10832: , p_source_application_id => 602
10833: );

Line 10838: xla_ae_sources_pkg.GetSystemSourceChar(

10834: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
10835: l_rec_acct_attrs.array_char_value(3) := p_source_55;
10836: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
10837: l_rec_acct_attrs.array_char_value(4) :=
10838: xla_ae_sources_pkg.GetSystemSourceChar(
10839: p_source_code => 'XLA_ENTITY_CODE'
10840: , p_source_type_code => 'Y'
10841: , p_source_application_id => 602
10842: );

Line 11162: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

11158: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
11159: ,p_token_1 => 'LINE_NUMBER'
11160: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
11161: ,p_token_2 => 'LINE_TYPE_NAME'
11162: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
11163: l_component_type
11164: ,l_component_code
11165: ,l_component_type_code
11166: ,l_component_appl_id

Line 11822: xla_ae_sources_pkg.GetSystemSourceNum(

11818: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
11819: l_rec_acct_attrs.array_char_value(1) := p_source_53;
11820: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
11821: l_rec_acct_attrs.array_num_value(2) :=
11822: xla_ae_sources_pkg.GetSystemSourceNum(
11823: p_source_code => 'XLA_EVENT_APPL_ID'
11824: , p_source_type_code => 'Y'
11825: , p_source_application_id => 602
11826: );

Line 11831: xla_ae_sources_pkg.GetSystemSourceChar(

11827: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
11828: l_rec_acct_attrs.array_char_value(3) := p_source_55;
11829: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
11830: l_rec_acct_attrs.array_char_value(4) :=
11831: xla_ae_sources_pkg.GetSystemSourceChar(
11832: p_source_code => 'XLA_ENTITY_CODE'
11833: , p_source_type_code => 'Y'
11834: , p_source_application_id => 602
11835: );

Line 12159: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

12155: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
12156: ,p_token_1 => 'LINE_NUMBER'
12157: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
12158: ,p_token_2 => 'LINE_TYPE_NAME'
12159: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
12160: l_component_type
12161: ,l_component_code
12162: ,l_component_type_code
12163: ,l_component_appl_id

Line 12817: xla_ae_sources_pkg.GetSystemSourceNum(

12813: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
12814: l_rec_acct_attrs.array_char_value(1) := p_source_53;
12815: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
12816: l_rec_acct_attrs.array_num_value(2) :=
12817: xla_ae_sources_pkg.GetSystemSourceNum(
12818: p_source_code => 'XLA_EVENT_APPL_ID'
12819: , p_source_type_code => 'Y'
12820: , p_source_application_id => 602
12821: );

Line 12826: xla_ae_sources_pkg.GetSystemSourceChar(

12822: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
12823: l_rec_acct_attrs.array_char_value(3) := p_source_55;
12824: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
12825: l_rec_acct_attrs.array_char_value(4) :=
12826: xla_ae_sources_pkg.GetSystemSourceChar(
12827: p_source_code => 'XLA_ENTITY_CODE'
12828: , p_source_type_code => 'Y'
12829: , p_source_application_id => 602
12830: );

Line 13152: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

13148: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
13149: ,p_token_1 => 'LINE_NUMBER'
13150: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
13151: ,p_token_2 => 'LINE_TYPE_NAME'
13152: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
13153: l_component_type
13154: ,l_component_code
13155: ,l_component_type_code
13156: ,l_component_appl_id

Line 13815: xla_ae_sources_pkg.GetSystemSourceNum(

13811: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
13812: l_rec_acct_attrs.array_char_value(1) := p_source_53;
13813: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
13814: l_rec_acct_attrs.array_num_value(2) :=
13815: xla_ae_sources_pkg.GetSystemSourceNum(
13816: p_source_code => 'XLA_EVENT_APPL_ID'
13817: , p_source_type_code => 'Y'
13818: , p_source_application_id => 602
13819: );

Line 13824: xla_ae_sources_pkg.GetSystemSourceChar(

13820: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
13821: l_rec_acct_attrs.array_char_value(3) := p_source_55;
13822: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
13823: l_rec_acct_attrs.array_char_value(4) :=
13824: xla_ae_sources_pkg.GetSystemSourceChar(
13825: p_source_code => 'XLA_ENTITY_CODE'
13826: , p_source_type_code => 'Y'
13827: , p_source_application_id => 602
13828: );

Line 14150: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

14146: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
14147: ,p_token_1 => 'LINE_NUMBER'
14148: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
14149: ,p_token_2 => 'LINE_TYPE_NAME'
14150: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
14151: l_component_type
14152: ,l_component_code
14153: ,l_component_type_code
14154: ,l_component_appl_id

Line 14811: xla_ae_sources_pkg.GetSystemSourceNum(

14807: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
14808: l_rec_acct_attrs.array_char_value(1) := p_source_53;
14809: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
14810: l_rec_acct_attrs.array_num_value(2) :=
14811: xla_ae_sources_pkg.GetSystemSourceNum(
14812: p_source_code => 'XLA_EVENT_APPL_ID'
14813: , p_source_type_code => 'Y'
14814: , p_source_application_id => 602
14815: );

Line 14820: xla_ae_sources_pkg.GetSystemSourceChar(

14816: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
14817: l_rec_acct_attrs.array_char_value(3) := p_source_55;
14818: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
14819: l_rec_acct_attrs.array_char_value(4) :=
14820: xla_ae_sources_pkg.GetSystemSourceChar(
14821: p_source_code => 'XLA_ENTITY_CODE'
14822: , p_source_type_code => 'Y'
14823: , p_source_application_id => 602
14824: );

Line 15144: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

15140: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
15141: ,p_token_1 => 'LINE_NUMBER'
15142: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
15143: ,p_token_2 => 'LINE_TYPE_NAME'
15144: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
15145: l_component_type
15146: ,l_component_code
15147: ,l_component_type_code
15148: ,l_component_appl_id

Line 15809: xla_ae_sources_pkg.GetSystemSourceNum(

15805: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
15806: l_rec_acct_attrs.array_char_value(1) := p_source_53;
15807: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
15808: l_rec_acct_attrs.array_num_value(2) :=
15809: xla_ae_sources_pkg.GetSystemSourceNum(
15810: p_source_code => 'XLA_EVENT_APPL_ID'
15811: , p_source_type_code => 'Y'
15812: , p_source_application_id => 602
15813: );

Line 15818: xla_ae_sources_pkg.GetSystemSourceChar(

15814: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
15815: l_rec_acct_attrs.array_char_value(3) := p_source_55;
15816: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
15817: l_rec_acct_attrs.array_char_value(4) :=
15818: xla_ae_sources_pkg.GetSystemSourceChar(
15819: p_source_code => 'XLA_ENTITY_CODE'
15820: , p_source_type_code => 'Y'
15821: , p_source_application_id => 602
15822: );

Line 16146: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

16142: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
16143: ,p_token_1 => 'LINE_NUMBER'
16144: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
16145: ,p_token_2 => 'LINE_TYPE_NAME'
16146: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
16147: l_component_type
16148: ,l_component_code
16149: ,l_component_type_code
16150: ,l_component_appl_id

Line 16809: xla_ae_sources_pkg.GetSystemSourceNum(

16805: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
16806: l_rec_acct_attrs.array_char_value(1) := p_source_53;
16807: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
16808: l_rec_acct_attrs.array_num_value(2) :=
16809: xla_ae_sources_pkg.GetSystemSourceNum(
16810: p_source_code => 'XLA_EVENT_APPL_ID'
16811: , p_source_type_code => 'Y'
16812: , p_source_application_id => 602
16813: );

Line 16818: xla_ae_sources_pkg.GetSystemSourceChar(

16814: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
16815: l_rec_acct_attrs.array_char_value(3) := p_source_55;
16816: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
16817: l_rec_acct_attrs.array_char_value(4) :=
16818: xla_ae_sources_pkg.GetSystemSourceChar(
16819: p_source_code => 'XLA_ENTITY_CODE'
16820: , p_source_type_code => 'Y'
16821: , p_source_application_id => 602
16822: );

Line 17144: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

17140: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
17141: ,p_token_1 => 'LINE_NUMBER'
17142: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
17143: ,p_token_2 => 'LINE_TYPE_NAME'
17144: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
17145: l_component_type
17146: ,l_component_code
17147: ,l_component_type_code
17148: ,l_component_appl_id

Line 18000: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

17996: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
17997: ,p_token_1 => 'LINE_NUMBER'
17998: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
17999: ,p_token_2 => 'LINE_TYPE_NAME'
18000: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
18001: l_component_type
18002: ,l_component_code
18003: ,l_component_type_code
18004: ,l_component_appl_id

Line 18801: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

18797: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
18798: ,p_token_1 => 'LINE_NUMBER'
18799: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
18800: ,p_token_2 => 'LINE_TYPE_NAME'
18801: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
18802: l_component_type
18803: ,l_component_code
18804: ,l_component_type_code
18805: ,l_component_appl_id

Line 19592: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

19588: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
19589: ,p_token_1 => 'LINE_NUMBER'
19590: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
19591: ,p_token_2 => 'LINE_TYPE_NAME'
19592: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
19593: l_component_type
19594: ,l_component_code
19595: ,l_component_type_code
19596: ,l_component_appl_id

Line 20318: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

20314: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
20315: ,p_token_1 => 'LINE_NUMBER'
20316: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
20317: ,p_token_2 => 'LINE_TYPE_NAME'
20318: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
20319: l_component_type
20320: ,l_component_code
20321: ,l_component_type_code
20322: ,l_component_appl_id

Line 20976: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

20972: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
20973: ,p_token_1 => 'LINE_NUMBER'
20974: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
20975: ,p_token_2 => 'LINE_TYPE_NAME'
20976: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
20977: l_component_type
20978: ,l_component_code
20979: ,l_component_type_code
20980: ,l_component_appl_id

Line 21554: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

21550: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
21551: ,p_token_1 => 'LINE_NUMBER'
21552: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
21553: ,p_token_2 => 'LINE_TYPE_NAME'
21554: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
21555: l_component_type
21556: ,l_component_code
21557: ,l_component_type_code
21558: ,l_component_appl_id

Line 22104: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

22100: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
22101: ,p_token_1 => 'LINE_NUMBER'
22102: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
22103: ,p_token_2 => 'LINE_TYPE_NAME'
22104: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
22105: l_component_type
22106: ,l_component_code
22107: ,l_component_type_code
22108: ,l_component_appl_id

Line 22767: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

22763: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
22764: ,p_token_1 => 'LINE_NUMBER'
22765: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
22766: ,p_token_2 => 'LINE_TYPE_NAME'
22767: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
22768: l_component_type
22769: ,l_component_code
22770: ,l_component_type_code
22771: ,l_component_appl_id

Line 23480: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

23476: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
23477: ,p_token_1 => 'LINE_NUMBER'
23478: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
23479: ,p_token_2 => 'LINE_TYPE_NAME'
23480: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
23481: l_component_type
23482: ,l_component_code
23483: ,l_component_type_code
23484: ,l_component_appl_id

Line 24084: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

24080: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
24081: ,p_token_1 => 'LINE_NUMBER'
24082: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
24083: ,p_token_2 => 'LINE_TYPE_NAME'
24084: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
24085: l_component_type
24086: ,l_component_code
24087: ,l_component_type_code
24088: ,l_component_appl_id

Line 24704: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

24700: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
24701: ,p_token_1 => 'LINE_NUMBER'
24702: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
24703: ,p_token_2 => 'LINE_TYPE_NAME'
24704: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
24705: l_component_type
24706: ,l_component_code
24707: ,l_component_type_code
24708: ,l_component_appl_id

Line 25418: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

25414: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
25415: ,p_token_1 => 'LINE_NUMBER'
25416: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
25417: ,p_token_2 => 'LINE_TYPE_NAME'
25418: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
25419: l_component_type
25420: ,l_component_code
25421: ,l_component_type_code
25422: ,l_component_appl_id

Line 26156: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

26152: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
26153: ,p_token_1 => 'LINE_NUMBER'
26154: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
26155: ,p_token_2 => 'LINE_TYPE_NAME'
26156: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
26157: l_component_type
26158: ,l_component_code
26159: ,l_component_type_code
26160: ,l_component_appl_id

Line 26894: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

26890: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
26891: ,p_token_1 => 'LINE_NUMBER'
26892: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
26893: ,p_token_2 => 'LINE_TYPE_NAME'
26894: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
26895: l_component_type
26896: ,l_component_code
26897: ,l_component_type_code
26898: ,l_component_appl_id

Line 27632: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

27628: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
27629: ,p_token_1 => 'LINE_NUMBER'
27630: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
27631: ,p_token_2 => 'LINE_TYPE_NAME'
27632: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
27633: l_component_type
27634: ,l_component_code
27635: ,l_component_type_code
27636: ,l_component_appl_id

Line 28302: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

28298: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
28299: ,p_token_1 => 'LINE_NUMBER'
28300: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
28301: ,p_token_2 => 'LINE_TYPE_NAME'
28302: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
28303: l_component_type
28304: ,l_component_code
28305: ,l_component_type_code
28306: ,l_component_appl_id

Line 28925: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

28921: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
28922: ,p_token_1 => 'LINE_NUMBER'
28923: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
28924: ,p_token_2 => 'LINE_TYPE_NAME'
28925: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
28926: l_component_type
28927: ,l_component_code
28928: ,l_component_type_code
28929: ,l_component_appl_id

Line 29616: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

29612: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
29613: ,p_token_1 => 'LINE_NUMBER'
29614: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
29615: ,p_token_2 => 'LINE_TYPE_NAME'
29616: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
29617: l_component_type
29618: ,l_component_code
29619: ,l_component_type_code
29620: ,l_component_appl_id

Line 30333: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

30329: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
30330: ,p_token_1 => 'LINE_NUMBER'
30331: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
30332: ,p_token_2 => 'LINE_TYPE_NAME'
30333: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
30334: l_component_type
30335: ,l_component_code
30336: ,l_component_type_code
30337: ,l_component_appl_id

Line 30978: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

30974: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
30975: ,p_token_1 => 'LINE_NUMBER'
30976: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
30977: ,p_token_2 => 'LINE_TYPE_NAME'
30978: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
30979: l_component_type
30980: ,l_component_code
30981: ,l_component_type_code
30982: ,l_component_appl_id

Line 31616: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

31612: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
31613: ,p_token_1 => 'LINE_NUMBER'
31614: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
31615: ,p_token_2 => 'LINE_TYPE_NAME'
31616: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
31617: l_component_type
31618: ,l_component_code
31619: ,l_component_type_code
31620: ,l_component_appl_id

Line 32322: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

32318: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
32319: ,p_token_1 => 'LINE_NUMBER'
32320: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
32321: ,p_token_2 => 'LINE_TYPE_NAME'
32322: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
32323: l_component_type
32324: ,l_component_code
32325: ,l_component_type_code
32326: ,l_component_appl_id

Line 33052: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

33048: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
33049: ,p_token_1 => 'LINE_NUMBER'
33050: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
33051: ,p_token_2 => 'LINE_TYPE_NAME'
33052: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
33053: l_component_type
33054: ,l_component_code
33055: ,l_component_type_code
33056: ,l_component_appl_id

Line 33782: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

33778: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
33779: ,p_token_1 => 'LINE_NUMBER'
33780: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
33781: ,p_token_2 => 'LINE_TYPE_NAME'
33782: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
33783: l_component_type
33784: ,l_component_code
33785: ,l_component_type_code
33786: ,l_component_appl_id

Line 34512: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

34508: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
34509: ,p_token_1 => 'LINE_NUMBER'
34510: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
34511: ,p_token_2 => 'LINE_TYPE_NAME'
34512: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
34513: l_component_type
34514: ,l_component_code
34515: ,l_component_type_code
34516: ,l_component_appl_id

Line 35174: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

35170: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
35171: ,p_token_1 => 'LINE_NUMBER'
35172: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
35173: ,p_token_2 => 'LINE_TYPE_NAME'
35174: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
35175: l_component_type
35176: ,l_component_code
35177: ,l_component_type_code
35178: ,l_component_appl_id

Line 35820: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

35816: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
35817: ,p_token_1 => 'LINE_NUMBER'
35818: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
35819: ,p_token_2 => 'LINE_TYPE_NAME'
35820: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
35821: l_component_type
35822: ,l_component_code
35823: ,l_component_type_code
35824: ,l_component_appl_id

Line 36534: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

36530: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
36531: ,p_token_1 => 'LINE_NUMBER'
36532: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
36533: ,p_token_2 => 'LINE_TYPE_NAME'
36534: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
36535: l_component_type
36536: ,l_component_code
36537: ,l_component_type_code
36538: ,l_component_appl_id

Line 37272: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

37268: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
37269: ,p_token_1 => 'LINE_NUMBER'
37270: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
37271: ,p_token_2 => 'LINE_TYPE_NAME'
37272: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
37273: l_component_type
37274: ,l_component_code
37275: ,l_component_type_code
37276: ,l_component_appl_id

Line 37917: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

37913: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
37914: ,p_token_1 => 'LINE_NUMBER'
37915: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
37916: ,p_token_2 => 'LINE_TYPE_NAME'
37917: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
37918: l_component_type
37919: ,l_component_code
37920: ,l_component_type_code
37921: ,l_component_appl_id

Line 38606: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

38602: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
38603: ,p_token_1 => 'LINE_NUMBER'
38604: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
38605: ,p_token_2 => 'LINE_TYPE_NAME'
38606: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
38607: l_component_type
38608: ,l_component_code
38609: ,l_component_type_code
38610: ,l_component_appl_id

Line 39319: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

39315: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
39316: ,p_token_1 => 'LINE_NUMBER'
39317: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
39318: ,p_token_2 => 'LINE_TYPE_NAME'
39319: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
39320: l_component_type
39321: ,l_component_code
39322: ,l_component_type_code
39323: ,l_component_appl_id

Line 39981: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

39977: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
39978: ,p_token_1 => 'LINE_NUMBER'
39979: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
39980: ,p_token_2 => 'LINE_TYPE_NAME'
39981: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
39982: l_component_type
39983: ,l_component_code
39984: ,l_component_type_code
39985: ,l_component_appl_id

Line 40687: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

40683: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
40684: ,p_token_1 => 'LINE_NUMBER'
40685: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
40686: ,p_token_2 => 'LINE_TYPE_NAME'
40687: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
40688: l_component_type
40689: ,l_component_code
40690: ,l_component_type_code
40691: ,l_component_appl_id

Line 41417: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

41413: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
41414: ,p_token_1 => 'LINE_NUMBER'
41415: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
41416: ,p_token_2 => 'LINE_TYPE_NAME'
41417: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
41418: l_component_type
41419: ,l_component_code
41420: ,l_component_type_code
41421: ,l_component_appl_id

Line 41936: xla_ae_sources_pkg.GetSystemSourceNum(

41932: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
41933: l_rec_acct_attrs.array_char_value(1) := p_source_53;
41934: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
41935: l_rec_acct_attrs.array_num_value(2) :=
41936: xla_ae_sources_pkg.GetSystemSourceNum(
41937: p_source_code => 'XLA_EVENT_APPL_ID'
41938: , p_source_type_code => 'Y'
41939: , p_source_application_id => 602
41940: );

Line 41945: xla_ae_sources_pkg.GetSystemSourceChar(

41941: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
41942: l_rec_acct_attrs.array_char_value(3) := p_source_55;
41943: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
41944: l_rec_acct_attrs.array_char_value(4) :=
41945: xla_ae_sources_pkg.GetSystemSourceChar(
41946: p_source_code => 'XLA_ENTITY_CODE'
41947: , p_source_type_code => 'Y'
41948: , p_source_application_id => 602
41949: );

Line 42096: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

42092: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
42093: ,p_token_1 => 'LINE_NUMBER'
42094: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
42095: ,p_token_2 => 'LINE_TYPE_NAME'
42096: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
42097: l_component_type
42098: ,l_component_code
42099: ,l_component_type_code
42100: ,l_component_appl_id

Line 42705: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

42701: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
42702: ,p_token_1 => 'LINE_NUMBER'
42703: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
42704: ,p_token_2 => 'LINE_TYPE_NAME'
42705: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
42706: l_component_type
42707: ,l_component_code
42708: ,l_component_type_code
42709: ,l_component_appl_id

Line 43295: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

43291: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
43292: ,p_token_1 => 'LINE_NUMBER'
43293: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
43294: ,p_token_2 => 'LINE_TYPE_NAME'
43295: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
43296: l_component_type
43297: ,l_component_code
43298: ,l_component_type_code
43299: ,l_component_appl_id

Line 43845: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

43841: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
43842: ,p_token_1 => 'LINE_NUMBER'
43843: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
43844: ,p_token_2 => 'LINE_TYPE_NAME'
43845: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
43846: l_component_type
43847: ,l_component_code
43848: ,l_component_type_code
43849: ,l_component_appl_id

Line 44428: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

44424: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
44425: ,p_token_1 => 'LINE_NUMBER'
44426: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
44427: ,p_token_2 => 'LINE_TYPE_NAME'
44428: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
44429: l_component_type
44430: ,l_component_code
44431: ,l_component_type_code
44432: ,l_component_appl_id

Line 44893: xla_ae_sources_pkg.GetSystemSourceNum(

44889: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
44890: l_rec_acct_attrs.array_char_value(1) := p_source_53;
44891: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
44892: l_rec_acct_attrs.array_num_value(2) :=
44893: xla_ae_sources_pkg.GetSystemSourceNum(
44894: p_source_code => 'XLA_EVENT_APPL_ID'
44895: , p_source_type_code => 'Y'
44896: , p_source_application_id => 602
44897: );

Line 44902: xla_ae_sources_pkg.GetSystemSourceChar(

44898: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
44899: l_rec_acct_attrs.array_char_value(3) := p_source_55;
44900: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
44901: l_rec_acct_attrs.array_char_value(4) :=
44902: xla_ae_sources_pkg.GetSystemSourceChar(
44903: p_source_code => 'XLA_ENTITY_CODE'
44904: , p_source_type_code => 'Y'
44905: , p_source_application_id => 602
44906: );

Line 45053: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

45049: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
45050: ,p_token_1 => 'LINE_NUMBER'
45051: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
45052: ,p_token_2 => 'LINE_TYPE_NAME'
45053: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
45054: l_component_type
45055: ,l_component_code
45056: ,l_component_type_code
45057: ,l_component_appl_id

Line 45542: xla_ae_sources_pkg.GetSystemSourceNum(

45538: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
45539: l_rec_acct_attrs.array_char_value(1) := p_source_53;
45540: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
45541: l_rec_acct_attrs.array_num_value(2) :=
45542: xla_ae_sources_pkg.GetSystemSourceNum(
45543: p_source_code => 'XLA_EVENT_APPL_ID'
45544: , p_source_type_code => 'Y'
45545: , p_source_application_id => 602
45546: );

Line 45551: xla_ae_sources_pkg.GetSystemSourceChar(

45547: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
45548: l_rec_acct_attrs.array_char_value(3) := p_source_55;
45549: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
45550: l_rec_acct_attrs.array_char_value(4) :=
45551: xla_ae_sources_pkg.GetSystemSourceChar(
45552: p_source_code => 'XLA_ENTITY_CODE'
45553: , p_source_type_code => 'Y'
45554: , p_source_application_id => 602
45555: );

Line 45743: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

45739: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
45740: ,p_token_1 => 'LINE_NUMBER'
45741: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
45742: ,p_token_2 => 'LINE_TYPE_NAME'
45743: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
45744: l_component_type
45745: ,l_component_code
45746: ,l_component_type_code
45747: ,l_component_appl_id

Line 46364: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

46360: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
46361: ,p_token_1 => 'LINE_NUMBER'
46362: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
46363: ,p_token_2 => 'LINE_TYPE_NAME'
46364: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
46365: l_component_type
46366: ,l_component_code
46367: ,l_component_type_code
46368: ,l_component_appl_id

Line 47018: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

47014: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
47015: ,p_token_1 => 'LINE_NUMBER'
47016: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
47017: ,p_token_2 => 'LINE_TYPE_NAME'
47018: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
47019: l_component_type
47020: ,l_component_code
47021: ,l_component_type_code
47022: ,l_component_appl_id

Line 47521: xla_ae_sources_pkg.GetSystemSourceNum(

47517: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
47518: l_rec_acct_attrs.array_char_value(1) := p_source_53;
47519: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
47520: l_rec_acct_attrs.array_num_value(2) :=
47521: xla_ae_sources_pkg.GetSystemSourceNum(
47522: p_source_code => 'XLA_EVENT_APPL_ID'
47523: , p_source_type_code => 'Y'
47524: , p_source_application_id => 602
47525: );

Line 47530: xla_ae_sources_pkg.GetSystemSourceChar(

47526: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
47527: l_rec_acct_attrs.array_char_value(3) := p_source_55;
47528: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
47529: l_rec_acct_attrs.array_char_value(4) :=
47530: xla_ae_sources_pkg.GetSystemSourceChar(
47531: p_source_code => 'XLA_ENTITY_CODE'
47532: , p_source_type_code => 'Y'
47533: , p_source_application_id => 602
47534: );

Line 47714: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

47710: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
47711: ,p_token_1 => 'LINE_NUMBER'
47712: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
47713: ,p_token_2 => 'LINE_TYPE_NAME'
47714: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
47715: l_component_type
47716: ,l_component_code
47717: ,l_component_type_code
47718: ,l_component_appl_id

Line 48467: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

48463: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
48464: ,p_token_1 => 'LINE_NUMBER'
48465: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
48466: ,p_token_2 => 'LINE_TYPE_NAME'
48467: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
48468: l_component_type
48469: ,l_component_code
48470: ,l_component_type_code
48471: ,l_component_appl_id

Line 49315: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

49311: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
49312: ,p_token_1 => 'LINE_NUMBER'
49313: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
49314: ,p_token_2 => 'LINE_TYPE_NAME'
49315: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
49316: l_component_type
49317: ,l_component_code
49318: ,l_component_type_code
49319: ,l_component_appl_id

Line 50155: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

50151: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
50152: ,p_token_1 => 'LINE_NUMBER'
50153: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
50154: ,p_token_2 => 'LINE_TYPE_NAME'
50155: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
50156: l_component_type
50157: ,l_component_code
50158: ,l_component_type_code
50159: ,l_component_appl_id

Line 50782: xla_ae_sources_pkg.GetSystemSourceNum(

50778: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
50779: l_rec_acct_attrs.array_char_value(1) := p_source_53;
50780: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
50781: l_rec_acct_attrs.array_num_value(2) :=
50782: xla_ae_sources_pkg.GetSystemSourceNum(
50783: p_source_code => 'XLA_EVENT_APPL_ID'
50784: , p_source_type_code => 'Y'
50785: , p_source_application_id => 602
50786: );

Line 50791: xla_ae_sources_pkg.GetSystemSourceChar(

50787: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
50788: l_rec_acct_attrs.array_char_value(3) := p_source_55;
50789: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
50790: l_rec_acct_attrs.array_char_value(4) :=
50791: xla_ae_sources_pkg.GetSystemSourceChar(
50792: p_source_code => 'XLA_ENTITY_CODE'
50793: , p_source_type_code => 'Y'
50794: , p_source_application_id => 602
50795: );

Line 51084: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

51080: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
51081: ,p_token_1 => 'LINE_NUMBER'
51082: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
51083: ,p_token_2 => 'LINE_TYPE_NAME'
51084: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
51085: l_component_type
51086: ,l_component_code
51087: ,l_component_type_code
51088: ,l_component_appl_id

Line 51710: xla_ae_sources_pkg.GetSystemSourceNum(

51706: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
51707: l_rec_acct_attrs.array_char_value(1) := p_source_53;
51708: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
51709: l_rec_acct_attrs.array_num_value(2) :=
51710: xla_ae_sources_pkg.GetSystemSourceNum(
51711: p_source_code => 'XLA_EVENT_APPL_ID'
51712: , p_source_type_code => 'Y'
51713: , p_source_application_id => 602
51714: );

Line 51719: xla_ae_sources_pkg.GetSystemSourceChar(

51715: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
51716: l_rec_acct_attrs.array_char_value(3) := p_source_55;
51717: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
51718: l_rec_acct_attrs.array_char_value(4) :=
51719: xla_ae_sources_pkg.GetSystemSourceChar(
51720: p_source_code => 'XLA_ENTITY_CODE'
51721: , p_source_type_code => 'Y'
51722: , p_source_application_id => 602
51723: );

Line 52010: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

52006: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
52007: ,p_token_1 => 'LINE_NUMBER'
52008: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
52009: ,p_token_2 => 'LINE_TYPE_NAME'
52010: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
52011: l_component_type
52012: ,l_component_code
52013: ,l_component_type_code
52014: ,l_component_appl_id

Line 52638: xla_ae_sources_pkg.GetSystemSourceNum(

52634: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
52635: l_rec_acct_attrs.array_char_value(1) := p_source_53;
52636: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
52637: l_rec_acct_attrs.array_num_value(2) :=
52638: xla_ae_sources_pkg.GetSystemSourceNum(
52639: p_source_code => 'XLA_EVENT_APPL_ID'
52640: , p_source_type_code => 'Y'
52641: , p_source_application_id => 602
52642: );

Line 52647: xla_ae_sources_pkg.GetSystemSourceChar(

52643: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
52644: l_rec_acct_attrs.array_char_value(3) := p_source_55;
52645: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
52646: l_rec_acct_attrs.array_char_value(4) :=
52647: xla_ae_sources_pkg.GetSystemSourceChar(
52648: p_source_code => 'XLA_ENTITY_CODE'
52649: , p_source_type_code => 'Y'
52650: , p_source_application_id => 602
52651: );

Line 52942: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

52938: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
52939: ,p_token_1 => 'LINE_NUMBER'
52940: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
52941: ,p_token_2 => 'LINE_TYPE_NAME'
52942: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
52943: l_component_type
52944: ,l_component_code
52945: ,l_component_type_code
52946: ,l_component_appl_id

Line 53570: xla_ae_sources_pkg.GetSystemSourceNum(

53566: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
53567: l_rec_acct_attrs.array_char_value(1) := p_source_53;
53568: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
53569: l_rec_acct_attrs.array_num_value(2) :=
53570: xla_ae_sources_pkg.GetSystemSourceNum(
53571: p_source_code => 'XLA_EVENT_APPL_ID'
53572: , p_source_type_code => 'Y'
53573: , p_source_application_id => 602
53574: );

Line 53579: xla_ae_sources_pkg.GetSystemSourceChar(

53575: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
53576: l_rec_acct_attrs.array_char_value(3) := p_source_55;
53577: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
53578: l_rec_acct_attrs.array_char_value(4) :=
53579: xla_ae_sources_pkg.GetSystemSourceChar(
53580: p_source_code => 'XLA_ENTITY_CODE'
53581: , p_source_type_code => 'Y'
53582: , p_source_application_id => 602
53583: );

Line 53872: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

53868: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
53869: ,p_token_1 => 'LINE_NUMBER'
53870: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
53871: ,p_token_2 => 'LINE_TYPE_NAME'
53872: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
53873: l_component_type
53874: ,l_component_code
53875: ,l_component_type_code
53876: ,l_component_appl_id

Line 54480: xla_ae_sources_pkg.GetSystemSourceNum(

54476: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
54477: l_rec_acct_attrs.array_char_value(1) := p_source_53;
54478: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
54479: l_rec_acct_attrs.array_num_value(2) :=
54480: xla_ae_sources_pkg.GetSystemSourceNum(
54481: p_source_code => 'XLA_EVENT_APPL_ID'
54482: , p_source_type_code => 'Y'
54483: , p_source_application_id => 602
54484: );

Line 54489: xla_ae_sources_pkg.GetSystemSourceChar(

54485: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
54486: l_rec_acct_attrs.array_char_value(3) := p_source_55;
54487: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
54488: l_rec_acct_attrs.array_char_value(4) :=
54489: xla_ae_sources_pkg.GetSystemSourceChar(
54490: p_source_code => 'XLA_ENTITY_CODE'
54491: , p_source_type_code => 'Y'
54492: , p_source_application_id => 602
54493: );

Line 54676: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

54672: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
54673: ,p_token_1 => 'LINE_NUMBER'
54674: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
54675: ,p_token_2 => 'LINE_TYPE_NAME'
54676: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
54677: l_component_type
54678: ,l_component_code
54679: ,l_component_type_code
54680: ,l_component_appl_id

Line 55305: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

55301: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
55302: ,p_token_1 => 'LINE_NUMBER'
55303: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
55304: ,p_token_2 => 'LINE_TYPE_NAME'
55305: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
55306: l_component_type
55307: ,l_component_code
55308: ,l_component_type_code
55309: ,l_component_appl_id

Line 55947: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

55943: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
55944: ,p_token_1 => 'LINE_NUMBER'
55945: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
55946: ,p_token_2 => 'LINE_TYPE_NAME'
55947: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
55948: l_component_type
55949: ,l_component_code
55950: ,l_component_type_code
55951: ,l_component_appl_id

Line 56581: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

56577: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
56578: ,p_token_1 => 'LINE_NUMBER'
56579: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
56580: ,p_token_2 => 'LINE_TYPE_NAME'
56581: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
56582: l_component_type
56583: ,l_component_code
56584: ,l_component_type_code
56585: ,l_component_appl_id

Line 57091: xla_ae_sources_pkg.GetSystemSourceNum(

57087: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
57088: l_rec_acct_attrs.array_char_value(1) := p_source_53;
57089: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
57090: l_rec_acct_attrs.array_num_value(2) :=
57091: xla_ae_sources_pkg.GetSystemSourceNum(
57092: p_source_code => 'XLA_EVENT_APPL_ID'
57093: , p_source_type_code => 'Y'
57094: , p_source_application_id => 602
57095: );

Line 57100: xla_ae_sources_pkg.GetSystemSourceChar(

57096: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
57097: l_rec_acct_attrs.array_char_value(3) := p_source_55;
57098: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
57099: l_rec_acct_attrs.array_char_value(4) :=
57100: xla_ae_sources_pkg.GetSystemSourceChar(
57101: p_source_code => 'XLA_ENTITY_CODE'
57102: , p_source_type_code => 'Y'
57103: , p_source_application_id => 602
57104: );

Line 57287: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

57283: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
57284: ,p_token_1 => 'LINE_NUMBER'
57285: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
57286: ,p_token_2 => 'LINE_TYPE_NAME'
57287: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
57288: l_component_type
57289: ,l_component_code
57290: ,l_component_type_code
57291: ,l_component_appl_id

Line 57795: xla_ae_sources_pkg.GetSystemSourceNum(

57791: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
57792: l_rec_acct_attrs.array_char_value(1) := p_source_53;
57793: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
57794: l_rec_acct_attrs.array_num_value(2) :=
57795: xla_ae_sources_pkg.GetSystemSourceNum(
57796: p_source_code => 'XLA_EVENT_APPL_ID'
57797: , p_source_type_code => 'Y'
57798: , p_source_application_id => 602
57799: );

Line 57804: xla_ae_sources_pkg.GetSystemSourceChar(

57800: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
57801: l_rec_acct_attrs.array_char_value(3) := p_source_55;
57802: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
57803: l_rec_acct_attrs.array_char_value(4) :=
57804: xla_ae_sources_pkg.GetSystemSourceChar(
57805: p_source_code => 'XLA_ENTITY_CODE'
57806: , p_source_type_code => 'Y'
57807: , p_source_application_id => 602
57808: );

Line 57996: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

57992: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
57993: ,p_token_1 => 'LINE_NUMBER'
57994: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
57995: ,p_token_2 => 'LINE_TYPE_NAME'
57996: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
57997: l_component_type
57998: ,l_component_code
57999: ,l_component_type_code
58000: ,l_component_appl_id

Line 58499: xla_ae_sources_pkg.GetSystemSourceNum(

58495: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
58496: l_rec_acct_attrs.array_char_value(1) := p_source_53;
58497: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
58498: l_rec_acct_attrs.array_num_value(2) :=
58499: xla_ae_sources_pkg.GetSystemSourceNum(
58500: p_source_code => 'XLA_EVENT_APPL_ID'
58501: , p_source_type_code => 'Y'
58502: , p_source_application_id => 602
58503: );

Line 58508: xla_ae_sources_pkg.GetSystemSourceChar(

58504: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
58505: l_rec_acct_attrs.array_char_value(3) := p_source_55;
58506: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
58507: l_rec_acct_attrs.array_char_value(4) :=
58508: xla_ae_sources_pkg.GetSystemSourceChar(
58509: p_source_code => 'XLA_ENTITY_CODE'
58510: , p_source_type_code => 'Y'
58511: , p_source_application_id => 602
58512: );

Line 58698: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

58694: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
58695: ,p_token_1 => 'LINE_NUMBER'
58696: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
58697: ,p_token_2 => 'LINE_TYPE_NAME'
58698: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
58699: l_component_type
58700: ,l_component_code
58701: ,l_component_type_code
58702: ,l_component_appl_id

Line 59203: xla_ae_sources_pkg.GetSystemSourceNum(

59199: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
59200: l_rec_acct_attrs.array_char_value(1) := p_source_53;
59201: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
59202: l_rec_acct_attrs.array_num_value(2) :=
59203: xla_ae_sources_pkg.GetSystemSourceNum(
59204: p_source_code => 'XLA_EVENT_APPL_ID'
59205: , p_source_type_code => 'Y'
59206: , p_source_application_id => 602
59207: );

Line 59212: xla_ae_sources_pkg.GetSystemSourceChar(

59208: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
59209: l_rec_acct_attrs.array_char_value(3) := p_source_55;
59210: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
59211: l_rec_acct_attrs.array_char_value(4) :=
59212: xla_ae_sources_pkg.GetSystemSourceChar(
59213: p_source_code => 'XLA_ENTITY_CODE'
59214: , p_source_type_code => 'Y'
59215: , p_source_application_id => 602
59216: );

Line 59406: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

59402: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
59403: ,p_token_1 => 'LINE_NUMBER'
59404: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
59405: ,p_token_2 => 'LINE_TYPE_NAME'
59406: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
59407: l_component_type
59408: ,l_component_code
59409: ,l_component_type_code
59410: ,l_component_appl_id

Line 59911: xla_ae_sources_pkg.GetSystemSourceNum(

59907: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
59908: l_rec_acct_attrs.array_char_value(1) := p_source_53;
59909: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
59910: l_rec_acct_attrs.array_num_value(2) :=
59911: xla_ae_sources_pkg.GetSystemSourceNum(
59912: p_source_code => 'XLA_EVENT_APPL_ID'
59913: , p_source_type_code => 'Y'
59914: , p_source_application_id => 602
59915: );

Line 59920: xla_ae_sources_pkg.GetSystemSourceChar(

59916: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
59917: l_rec_acct_attrs.array_char_value(3) := p_source_55;
59918: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
59919: l_rec_acct_attrs.array_char_value(4) :=
59920: xla_ae_sources_pkg.GetSystemSourceChar(
59921: p_source_code => 'XLA_ENTITY_CODE'
59922: , p_source_type_code => 'Y'
59923: , p_source_application_id => 602
59924: );

Line 60112: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

60108: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
60109: ,p_token_1 => 'LINE_NUMBER'
60110: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
60111: ,p_token_2 => 'LINE_TYPE_NAME'
60112: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
60113: l_component_type
60114: ,l_component_code
60115: ,l_component_type_code
60116: ,l_component_appl_id

Line 60852: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

60848: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
60849: ,p_token_1 => 'LINE_NUMBER'
60850: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
60851: ,p_token_2 => 'LINE_TYPE_NAME'
60852: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
60853: l_component_type
60854: ,l_component_code
60855: ,l_component_type_code
60856: ,l_component_appl_id

Line 61687: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

61683: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
61684: ,p_token_1 => 'LINE_NUMBER'
61685: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
61686: ,p_token_2 => 'LINE_TYPE_NAME'
61687: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
61688: l_component_type
61689: ,l_component_code
61690: ,l_component_type_code
61691: ,l_component_appl_id

Line 62350: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

62346: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
62347: ,p_token_1 => 'LINE_NUMBER'
62348: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
62349: ,p_token_2 => 'LINE_TYPE_NAME'
62350: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
62351: l_component_type
62352: ,l_component_code
62353: ,l_component_type_code
62354: ,l_component_appl_id

Line 62938: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

62934: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
62935: ,p_token_1 => 'LINE_NUMBER'
62936: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
62937: ,p_token_2 => 'LINE_TYPE_NAME'
62938: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
62939: l_component_type
62940: ,l_component_code
62941: ,l_component_type_code
62942: ,l_component_appl_id

Line 63675: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

63671: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
63672: ,p_token_1 => 'LINE_NUMBER'
63673: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
63674: ,p_token_2 => 'LINE_TYPE_NAME'
63675: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
63676: l_component_type
63677: ,l_component_code
63678: ,l_component_type_code
63679: ,l_component_appl_id

Line 64559: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

64555: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
64556: ,p_token_1 => 'LINE_NUMBER'
64557: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
64558: ,p_token_2 => 'LINE_TYPE_NAME'
64559: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
64560: l_component_type
64561: ,l_component_code
64562: ,l_component_type_code
64563: ,l_component_appl_id

Line 65519: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

65515: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
65516: ,p_token_1 => 'LINE_NUMBER'
65517: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
65518: ,p_token_2 => 'LINE_TYPE_NAME'
65519: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
65520: l_component_type
65521: ,l_component_code
65522: ,l_component_type_code
65523: ,l_component_appl_id

Line 66461: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

66457: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
66458: ,p_token_1 => 'LINE_NUMBER'
66459: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
66460: ,p_token_2 => 'LINE_TYPE_NAME'
66461: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
66462: l_component_type
66463: ,l_component_code
66464: ,l_component_type_code
66465: ,l_component_appl_id

Line 67135: xla_ae_sources_pkg.GetSystemSourceNum(

67131: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
67132: l_rec_acct_attrs.array_char_value(1) := p_source_53;
67133: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
67134: l_rec_acct_attrs.array_num_value(2) :=
67135: xla_ae_sources_pkg.GetSystemSourceNum(
67136: p_source_code => 'XLA_EVENT_APPL_ID'
67137: , p_source_type_code => 'Y'
67138: , p_source_application_id => 602
67139: );

Line 67144: xla_ae_sources_pkg.GetSystemSourceChar(

67140: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
67141: l_rec_acct_attrs.array_char_value(3) := p_source_55;
67142: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
67143: l_rec_acct_attrs.array_char_value(4) :=
67144: xla_ae_sources_pkg.GetSystemSourceChar(
67145: p_source_code => 'XLA_ENTITY_CODE'
67146: , p_source_type_code => 'Y'
67147: , p_source_application_id => 602
67148: );

Line 67483: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

67479: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
67480: ,p_token_1 => 'LINE_NUMBER'
67481: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
67482: ,p_token_2 => 'LINE_TYPE_NAME'
67483: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
67484: l_component_type
67485: ,l_component_code
67486: ,l_component_type_code
67487: ,l_component_appl_id

Line 68439: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

68435: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
68436: ,p_token_1 => 'LINE_NUMBER'
68437: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
68438: ,p_token_2 => 'LINE_TYPE_NAME'
68439: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
68440: l_component_type
68441: ,l_component_code
68442: ,l_component_type_code
68443: ,l_component_appl_id

Line 69337: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

69333: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
69334: ,p_token_1 => 'LINE_NUMBER'
69335: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
69336: ,p_token_2 => 'LINE_TYPE_NAME'
69337: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
69338: l_component_type
69339: ,l_component_code
69340: ,l_component_type_code
69341: ,l_component_appl_id

Line 70171: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

70167: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
70168: ,p_token_1 => 'LINE_NUMBER'
70169: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
70170: ,p_token_2 => 'LINE_TYPE_NAME'
70171: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
70172: l_component_type
70173: ,l_component_code
70174: ,l_component_type_code
70175: ,l_component_appl_id

Line 70997: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

70993: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
70994: ,p_token_1 => 'LINE_NUMBER'
70995: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
70996: ,p_token_2 => 'LINE_TYPE_NAME'
70997: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
70998: l_component_type
70999: ,l_component_code
71000: ,l_component_type_code
71001: ,l_component_appl_id

Line 71813: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

71809: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
71810: ,p_token_1 => 'LINE_NUMBER'
71811: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
71812: ,p_token_2 => 'LINE_TYPE_NAME'
71813: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
71814: l_component_type
71815: ,l_component_code
71816: ,l_component_type_code
71817: ,l_component_appl_id

Line 72421: xla_ae_sources_pkg.GetSystemSourceNum(

72417: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
72418: l_rec_acct_attrs.array_char_value(1) := p_source_53;
72419: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
72420: l_rec_acct_attrs.array_num_value(2) :=
72421: xla_ae_sources_pkg.GetSystemSourceNum(
72422: p_source_code => 'XLA_EVENT_APPL_ID'
72423: , p_source_type_code => 'Y'
72424: , p_source_application_id => 602
72425: );

Line 72430: xla_ae_sources_pkg.GetSystemSourceChar(

72426: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
72427: l_rec_acct_attrs.array_char_value(3) := p_source_55;
72428: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
72429: l_rec_acct_attrs.array_char_value(4) :=
72430: xla_ae_sources_pkg.GetSystemSourceChar(
72431: p_source_code => 'XLA_ENTITY_CODE'
72432: , p_source_type_code => 'Y'
72433: , p_source_application_id => 602
72434: );

Line 72705: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

72701: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
72702: ,p_token_1 => 'LINE_NUMBER'
72703: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
72704: ,p_token_2 => 'LINE_TYPE_NAME'
72705: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
72706: l_component_type
72707: ,l_component_code
72708: ,l_component_type_code
72709: ,l_component_appl_id

Line 73533: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

73529: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
73530: ,p_token_1 => 'LINE_NUMBER'
73531: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
73532: ,p_token_2 => 'LINE_TYPE_NAME'
73533: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
73534: l_component_type
73535: ,l_component_code
73536: ,l_component_type_code
73537: ,l_component_appl_id

Line 74307: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

74303: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
74304: ,p_token_1 => 'LINE_NUMBER'
74305: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
74306: ,p_token_2 => 'LINE_TYPE_NAME'
74307: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
74308: l_component_type
74309: ,l_component_code
74310: ,l_component_type_code
74311: ,l_component_appl_id

Line 75037: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

75033: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
75034: ,p_token_1 => 'LINE_NUMBER'
75035: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
75036: ,p_token_2 => 'LINE_TYPE_NAME'
75037: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
75038: l_component_type
75039: ,l_component_code
75040: ,l_component_type_code
75041: ,l_component_appl_id

Line 75591: xla_ae_sources_pkg.GetSystemSourceNum(

75587: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
75588: l_rec_acct_attrs.array_char_value(1) := p_source_53;
75589: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
75590: l_rec_acct_attrs.array_num_value(2) :=
75591: xla_ae_sources_pkg.GetSystemSourceNum(
75592: p_source_code => 'XLA_EVENT_APPL_ID'
75593: , p_source_type_code => 'Y'
75594: , p_source_application_id => 602
75595: );

Line 75600: xla_ae_sources_pkg.GetSystemSourceChar(

75596: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
75597: l_rec_acct_attrs.array_char_value(3) := p_source_55;
75598: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
75599: l_rec_acct_attrs.array_char_value(4) :=
75600: xla_ae_sources_pkg.GetSystemSourceChar(
75601: p_source_code => 'XLA_ENTITY_CODE'
75602: , p_source_type_code => 'Y'
75603: , p_source_application_id => 602
75604: );

Line 75792: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

75788: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
75789: ,p_token_1 => 'LINE_NUMBER'
75790: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
75791: ,p_token_2 => 'LINE_TYPE_NAME'
75792: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
75793: l_component_type
75794: ,l_component_code
75795: ,l_component_type_code
75796: ,l_component_appl_id

Line 76300: xla_ae_sources_pkg.GetSystemSourceNum(

76296: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
76297: l_rec_acct_attrs.array_char_value(1) := p_source_53;
76298: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
76299: l_rec_acct_attrs.array_num_value(2) :=
76300: xla_ae_sources_pkg.GetSystemSourceNum(
76301: p_source_code => 'XLA_EVENT_APPL_ID'
76302: , p_source_type_code => 'Y'
76303: , p_source_application_id => 602
76304: );

Line 76309: xla_ae_sources_pkg.GetSystemSourceChar(

76305: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
76306: l_rec_acct_attrs.array_char_value(3) := p_source_55;
76307: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
76308: l_rec_acct_attrs.array_char_value(4) :=
76309: xla_ae_sources_pkg.GetSystemSourceChar(
76310: p_source_code => 'XLA_ENTITY_CODE'
76311: , p_source_type_code => 'Y'
76312: , p_source_application_id => 602
76313: );

Line 76499: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

76495: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
76496: ,p_token_1 => 'LINE_NUMBER'
76497: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
76498: ,p_token_2 => 'LINE_TYPE_NAME'
76499: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
76500: l_component_type
76501: ,l_component_code
76502: ,l_component_type_code
76503: ,l_component_appl_id

Line 77009: xla_ae_sources_pkg.GetSystemSourceNum(

77005: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
77006: l_rec_acct_attrs.array_char_value(1) := p_source_53;
77007: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
77008: l_rec_acct_attrs.array_num_value(2) :=
77009: xla_ae_sources_pkg.GetSystemSourceNum(
77010: p_source_code => 'XLA_EVENT_APPL_ID'
77011: , p_source_type_code => 'Y'
77012: , p_source_application_id => 602
77013: );

Line 77018: xla_ae_sources_pkg.GetSystemSourceChar(

77014: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
77015: l_rec_acct_attrs.array_char_value(3) := p_source_55;
77016: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
77017: l_rec_acct_attrs.array_char_value(4) :=
77018: xla_ae_sources_pkg.GetSystemSourceChar(
77019: p_source_code => 'XLA_ENTITY_CODE'
77020: , p_source_type_code => 'Y'
77021: , p_source_application_id => 602
77022: );

Line 77212: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

77208: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
77209: ,p_token_1 => 'LINE_NUMBER'
77210: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
77211: ,p_token_2 => 'LINE_TYPE_NAME'
77212: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
77213: l_component_type
77214: ,l_component_code
77215: ,l_component_type_code
77216: ,l_component_appl_id

Line 77722: xla_ae_sources_pkg.GetSystemSourceNum(

77718: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
77719: l_rec_acct_attrs.array_char_value(1) := p_source_53;
77720: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
77721: l_rec_acct_attrs.array_num_value(2) :=
77722: xla_ae_sources_pkg.GetSystemSourceNum(
77723: p_source_code => 'XLA_EVENT_APPL_ID'
77724: , p_source_type_code => 'Y'
77725: , p_source_application_id => 602
77726: );

Line 77731: xla_ae_sources_pkg.GetSystemSourceChar(

77727: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
77728: l_rec_acct_attrs.array_char_value(3) := p_source_55;
77729: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
77730: l_rec_acct_attrs.array_char_value(4) :=
77731: xla_ae_sources_pkg.GetSystemSourceChar(
77732: p_source_code => 'XLA_ENTITY_CODE'
77733: , p_source_type_code => 'Y'
77734: , p_source_application_id => 602
77735: );

Line 77923: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

77919: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
77920: ,p_token_1 => 'LINE_NUMBER'
77921: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
77922: ,p_token_2 => 'LINE_TYPE_NAME'
77923: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
77924: l_component_type
77925: ,l_component_code
77926: ,l_component_type_code
77927: ,l_component_appl_id

Line 78441: xla_ae_sources_pkg.GetSystemSourceNum(

78437: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
78438: l_rec_acct_attrs.array_char_value(1) := p_source_53;
78439: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
78440: l_rec_acct_attrs.array_num_value(2) :=
78441: xla_ae_sources_pkg.GetSystemSourceNum(
78442: p_source_code => 'XLA_EVENT_APPL_ID'
78443: , p_source_type_code => 'Y'
78444: , p_source_application_id => 602
78445: );

Line 78450: xla_ae_sources_pkg.GetSystemSourceChar(

78446: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
78447: l_rec_acct_attrs.array_char_value(3) := p_source_55;
78448: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
78449: l_rec_acct_attrs.array_char_value(4) :=
78450: xla_ae_sources_pkg.GetSystemSourceChar(
78451: p_source_code => 'XLA_ENTITY_CODE'
78452: , p_source_type_code => 'Y'
78453: , p_source_application_id => 602
78454: );

Line 78642: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

78638: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
78639: ,p_token_1 => 'LINE_NUMBER'
78640: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
78641: ,p_token_2 => 'LINE_TYPE_NAME'
78642: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
78643: l_component_type
78644: ,l_component_code
78645: ,l_component_type_code
78646: ,l_component_appl_id

Line 79158: xla_ae_sources_pkg.GetSystemSourceNum(

79154: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
79155: l_rec_acct_attrs.array_char_value(1) := p_source_53;
79156: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
79157: l_rec_acct_attrs.array_num_value(2) :=
79158: xla_ae_sources_pkg.GetSystemSourceNum(
79159: p_source_code => 'XLA_EVENT_APPL_ID'
79160: , p_source_type_code => 'Y'
79161: , p_source_application_id => 602
79162: );

Line 79167: xla_ae_sources_pkg.GetSystemSourceChar(

79163: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
79164: l_rec_acct_attrs.array_char_value(3) := p_source_55;
79165: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
79166: l_rec_acct_attrs.array_char_value(4) :=
79167: xla_ae_sources_pkg.GetSystemSourceChar(
79168: p_source_code => 'XLA_ENTITY_CODE'
79169: , p_source_type_code => 'Y'
79170: , p_source_application_id => 602
79171: );

Line 79357: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

79353: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
79354: ,p_token_1 => 'LINE_NUMBER'
79355: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
79356: ,p_token_2 => 'LINE_TYPE_NAME'
79357: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
79358: l_component_type
79359: ,l_component_code
79360: ,l_component_type_code
79361: ,l_component_appl_id

Line 79875: xla_ae_sources_pkg.GetSystemSourceNum(

79871: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
79872: l_rec_acct_attrs.array_char_value(1) := p_source_53;
79873: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
79874: l_rec_acct_attrs.array_num_value(2) :=
79875: xla_ae_sources_pkg.GetSystemSourceNum(
79876: p_source_code => 'XLA_EVENT_APPL_ID'
79877: , p_source_type_code => 'Y'
79878: , p_source_application_id => 602
79879: );

Line 79884: xla_ae_sources_pkg.GetSystemSourceChar(

79880: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
79881: l_rec_acct_attrs.array_char_value(3) := p_source_55;
79882: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
79883: l_rec_acct_attrs.array_char_value(4) :=
79884: xla_ae_sources_pkg.GetSystemSourceChar(
79885: p_source_code => 'XLA_ENTITY_CODE'
79886: , p_source_type_code => 'Y'
79887: , p_source_application_id => 602
79888: );

Line 80078: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

80074: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
80075: ,p_token_1 => 'LINE_NUMBER'
80076: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
80077: ,p_token_2 => 'LINE_TYPE_NAME'
80078: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
80079: l_component_type
80080: ,l_component_code
80081: ,l_component_type_code
80082: ,l_component_appl_id

Line 80666: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

80662: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
80663: ,p_token_1 => 'LINE_NUMBER'
80664: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
80665: ,p_token_2 => 'LINE_TYPE_NAME'
80666: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
80667: l_component_type
80668: ,l_component_code
80669: ,l_component_type_code
80670: ,l_component_appl_id

Line 81236: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

81232: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
81233: ,p_token_1 => 'LINE_NUMBER'
81234: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
81235: ,p_token_2 => 'LINE_TYPE_NAME'
81236: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
81237: l_component_type
81238: ,l_component_code
81239: ,l_component_type_code
81240: ,l_component_appl_id

Line 81792: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

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

Line 82278: xla_ae_sources_pkg.GetSystemSourceNum(

82274: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
82275: l_rec_acct_attrs.array_char_value(1) := p_source_53;
82276: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
82277: l_rec_acct_attrs.array_num_value(2) :=
82278: xla_ae_sources_pkg.GetSystemSourceNum(
82279: p_source_code => 'XLA_EVENT_APPL_ID'
82280: , p_source_type_code => 'Y'
82281: , p_source_application_id => 602
82282: );

Line 82287: xla_ae_sources_pkg.GetSystemSourceChar(

82283: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
82284: l_rec_acct_attrs.array_char_value(3) := p_source_55;
82285: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
82286: l_rec_acct_attrs.array_char_value(4) :=
82287: xla_ae_sources_pkg.GetSystemSourceChar(
82288: p_source_code => 'XLA_ENTITY_CODE'
82289: , p_source_type_code => 'Y'
82290: , p_source_application_id => 602
82291: );

Line 82479: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

82475: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
82476: ,p_token_1 => 'LINE_NUMBER'
82477: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
82478: ,p_token_2 => 'LINE_TYPE_NAME'
82479: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
82480: l_component_type
82481: ,l_component_code
82482: ,l_component_type_code
82483: ,l_component_appl_id

Line 82989: xla_ae_sources_pkg.GetSystemSourceNum(

82985: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
82986: l_rec_acct_attrs.array_char_value(1) := p_source_53;
82987: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
82988: l_rec_acct_attrs.array_num_value(2) :=
82989: xla_ae_sources_pkg.GetSystemSourceNum(
82990: p_source_code => 'XLA_EVENT_APPL_ID'
82991: , p_source_type_code => 'Y'
82992: , p_source_application_id => 602
82993: );

Line 82998: xla_ae_sources_pkg.GetSystemSourceChar(

82994: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
82995: l_rec_acct_attrs.array_char_value(3) := p_source_55;
82996: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
82997: l_rec_acct_attrs.array_char_value(4) :=
82998: xla_ae_sources_pkg.GetSystemSourceChar(
82999: p_source_code => 'XLA_ENTITY_CODE'
83000: , p_source_type_code => 'Y'
83001: , p_source_application_id => 602
83002: );

Line 83260: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

83256: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
83257: ,p_token_1 => 'LINE_NUMBER'
83258: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
83259: ,p_token_2 => 'LINE_TYPE_NAME'
83260: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
83261: l_component_type
83262: ,l_component_code
83263: ,l_component_type_code
83264: ,l_component_appl_id

Line 83837: xla_ae_sources_pkg.GetSystemSourceNum(

83833: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
83834: l_rec_acct_attrs.array_char_value(1) := p_source_53;
83835: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
83836: l_rec_acct_attrs.array_num_value(2) :=
83837: xla_ae_sources_pkg.GetSystemSourceNum(
83838: p_source_code => 'XLA_EVENT_APPL_ID'
83839: , p_source_type_code => 'Y'
83840: , p_source_application_id => 602
83841: );

Line 83846: xla_ae_sources_pkg.GetSystemSourceChar(

83842: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
83843: l_rec_acct_attrs.array_char_value(3) := p_source_55;
83844: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
83845: l_rec_acct_attrs.array_char_value(4) :=
83846: xla_ae_sources_pkg.GetSystemSourceChar(
83847: p_source_code => 'XLA_ENTITY_CODE'
83848: , p_source_type_code => 'Y'
83849: , p_source_application_id => 602
83850: );

Line 84065: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

84061: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
84062: ,p_token_1 => 'LINE_NUMBER'
84063: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
84064: ,p_token_2 => 'LINE_TYPE_NAME'
84065: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
84066: l_component_type
84067: ,l_component_code
84068: ,l_component_type_code
84069: ,l_component_appl_id

Line 84599: xla_ae_sources_pkg.GetSystemSourceNum(

84595: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
84596: l_rec_acct_attrs.array_char_value(1) := p_source_53;
84597: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
84598: l_rec_acct_attrs.array_num_value(2) :=
84599: xla_ae_sources_pkg.GetSystemSourceNum(
84600: p_source_code => 'XLA_EVENT_APPL_ID'
84601: , p_source_type_code => 'Y'
84602: , p_source_application_id => 602
84603: );

Line 84608: xla_ae_sources_pkg.GetSystemSourceChar(

84604: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
84605: l_rec_acct_attrs.array_char_value(3) := p_source_55;
84606: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
84607: l_rec_acct_attrs.array_char_value(4) :=
84608: xla_ae_sources_pkg.GetSystemSourceChar(
84609: p_source_code => 'XLA_ENTITY_CODE'
84610: , p_source_type_code => 'Y'
84611: , p_source_application_id => 602
84612: );

Line 84798: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

84794: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
84795: ,p_token_1 => 'LINE_NUMBER'
84796: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
84797: ,p_token_2 => 'LINE_TYPE_NAME'
84798: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
84799: l_component_type
84800: ,l_component_code
84801: ,l_component_type_code
84802: ,l_component_appl_id

Line 85306: xla_ae_sources_pkg.GetSystemSourceNum(

85302: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
85303: l_rec_acct_attrs.array_char_value(1) := p_source_53;
85304: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
85305: l_rec_acct_attrs.array_num_value(2) :=
85306: xla_ae_sources_pkg.GetSystemSourceNum(
85307: p_source_code => 'XLA_EVENT_APPL_ID'
85308: , p_source_type_code => 'Y'
85309: , p_source_application_id => 602
85310: );

Line 85315: xla_ae_sources_pkg.GetSystemSourceChar(

85311: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
85312: l_rec_acct_attrs.array_char_value(3) := p_source_55;
85313: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
85314: l_rec_acct_attrs.array_char_value(4) :=
85315: xla_ae_sources_pkg.GetSystemSourceChar(
85316: p_source_code => 'XLA_ENTITY_CODE'
85317: , p_source_type_code => 'Y'
85318: , p_source_application_id => 602
85319: );

Line 85575: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

85571: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
85572: ,p_token_1 => 'LINE_NUMBER'
85573: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
85574: ,p_token_2 => 'LINE_TYPE_NAME'
85575: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
85576: l_component_type
85577: ,l_component_code
85578: ,l_component_type_code
85579: ,l_component_appl_id

Line 86150: xla_ae_sources_pkg.GetSystemSourceNum(

86146: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
86147: l_rec_acct_attrs.array_char_value(1) := p_source_53;
86148: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
86149: l_rec_acct_attrs.array_num_value(2) :=
86150: xla_ae_sources_pkg.GetSystemSourceNum(
86151: p_source_code => 'XLA_EVENT_APPL_ID'
86152: , p_source_type_code => 'Y'
86153: , p_source_application_id => 602
86154: );

Line 86159: xla_ae_sources_pkg.GetSystemSourceChar(

86155: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
86156: l_rec_acct_attrs.array_char_value(3) := p_source_55;
86157: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
86158: l_rec_acct_attrs.array_char_value(4) :=
86159: xla_ae_sources_pkg.GetSystemSourceChar(
86160: p_source_code => 'XLA_ENTITY_CODE'
86161: , p_source_type_code => 'Y'
86162: , p_source_application_id => 602
86163: );

Line 86376: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

86372: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
86373: ,p_token_1 => 'LINE_NUMBER'
86374: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
86375: ,p_token_2 => 'LINE_TYPE_NAME'
86376: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
86377: l_component_type
86378: ,l_component_code
86379: ,l_component_type_code
86380: ,l_component_appl_id

Line 86929: xla_ae_sources_pkg.GetSystemSourceNum(

86925: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
86926: l_rec_acct_attrs.array_char_value(1) := p_source_53;
86927: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
86928: l_rec_acct_attrs.array_num_value(2) :=
86929: xla_ae_sources_pkg.GetSystemSourceNum(
86930: p_source_code => 'XLA_EVENT_APPL_ID'
86931: , p_source_type_code => 'Y'
86932: , p_source_application_id => 602
86933: );

Line 86938: xla_ae_sources_pkg.GetSystemSourceChar(

86934: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
86935: l_rec_acct_attrs.array_char_value(3) := p_source_55;
86936: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
86937: l_rec_acct_attrs.array_char_value(4) :=
86938: xla_ae_sources_pkg.GetSystemSourceChar(
86939: p_source_code => 'XLA_ENTITY_CODE'
86940: , p_source_type_code => 'Y'
86941: , p_source_application_id => 602
86942: );

Line 87132: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

87128: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
87129: ,p_token_1 => 'LINE_NUMBER'
87130: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
87131: ,p_token_2 => 'LINE_TYPE_NAME'
87132: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
87133: l_component_type
87134: ,l_component_code
87135: ,l_component_type_code
87136: ,l_component_appl_id

Line 87659: xla_ae_sources_pkg.GetSystemSourceNum(

87655: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
87656: l_rec_acct_attrs.array_char_value(1) := p_source_53;
87657: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
87658: l_rec_acct_attrs.array_num_value(2) :=
87659: xla_ae_sources_pkg.GetSystemSourceNum(
87660: p_source_code => 'XLA_EVENT_APPL_ID'
87661: , p_source_type_code => 'Y'
87662: , p_source_application_id => 602
87663: );

Line 87668: xla_ae_sources_pkg.GetSystemSourceChar(

87664: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
87665: l_rec_acct_attrs.array_char_value(3) := p_source_55;
87666: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
87667: l_rec_acct_attrs.array_char_value(4) :=
87668: xla_ae_sources_pkg.GetSystemSourceChar(
87669: p_source_code => 'XLA_ENTITY_CODE'
87670: , p_source_type_code => 'Y'
87671: , p_source_application_id => 602
87672: );

Line 87932: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

87928: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
87929: ,p_token_1 => 'LINE_NUMBER'
87930: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
87931: ,p_token_2 => 'LINE_TYPE_NAME'
87932: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
87933: l_component_type
87934: ,l_component_code
87935: ,l_component_type_code
87936: ,l_component_appl_id

Line 88526: xla_ae_sources_pkg.GetSystemSourceNum(

88522: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
88523: l_rec_acct_attrs.array_char_value(1) := p_source_53;
88524: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
88525: l_rec_acct_attrs.array_num_value(2) :=
88526: xla_ae_sources_pkg.GetSystemSourceNum(
88527: p_source_code => 'XLA_EVENT_APPL_ID'
88528: , p_source_type_code => 'Y'
88529: , p_source_application_id => 602
88530: );

Line 88535: xla_ae_sources_pkg.GetSystemSourceChar(

88531: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
88532: l_rec_acct_attrs.array_char_value(3) := p_source_55;
88533: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
88534: l_rec_acct_attrs.array_char_value(4) :=
88535: xla_ae_sources_pkg.GetSystemSourceChar(
88536: p_source_code => 'XLA_ENTITY_CODE'
88537: , p_source_type_code => 'Y'
88538: , p_source_application_id => 602
88539: );

Line 88756: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

88752: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
88753: ,p_token_1 => 'LINE_NUMBER'
88754: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
88755: ,p_token_2 => 'LINE_TYPE_NAME'
88756: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
88757: l_component_type
88758: ,l_component_code
88759: ,l_component_type_code
88760: ,l_component_appl_id

Line 89371: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

89367: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
89368: ,p_token_1 => 'LINE_NUMBER'
89369: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
89370: ,p_token_2 => 'LINE_TYPE_NAME'
89371: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
89372: l_component_type
89373: ,l_component_code
89374: ,l_component_type_code
89375: ,l_component_appl_id

Line 89857: xla_ae_sources_pkg.GetSystemSourceNum(

89853: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
89854: l_rec_acct_attrs.array_char_value(1) := p_source_53;
89855: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
89856: l_rec_acct_attrs.array_num_value(2) :=
89857: xla_ae_sources_pkg.GetSystemSourceNum(
89858: p_source_code => 'XLA_EVENT_APPL_ID'
89859: , p_source_type_code => 'Y'
89860: , p_source_application_id => 602
89861: );

Line 89866: xla_ae_sources_pkg.GetSystemSourceChar(

89862: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
89863: l_rec_acct_attrs.array_char_value(3) := p_source_55;
89864: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
89865: l_rec_acct_attrs.array_char_value(4) :=
89866: xla_ae_sources_pkg.GetSystemSourceChar(
89867: p_source_code => 'XLA_ENTITY_CODE'
89868: , p_source_type_code => 'Y'
89869: , p_source_application_id => 602
89870: );

Line 90058: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

90054: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
90055: ,p_token_1 => 'LINE_NUMBER'
90056: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
90057: ,p_token_2 => 'LINE_TYPE_NAME'
90058: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
90059: l_component_type
90060: ,l_component_code
90061: ,l_component_type_code
90062: ,l_component_appl_id

Line 90568: xla_ae_sources_pkg.GetSystemSourceNum(

90564: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
90565: l_rec_acct_attrs.array_char_value(1) := p_source_53;
90566: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
90567: l_rec_acct_attrs.array_num_value(2) :=
90568: xla_ae_sources_pkg.GetSystemSourceNum(
90569: p_source_code => 'XLA_EVENT_APPL_ID'
90570: , p_source_type_code => 'Y'
90571: , p_source_application_id => 602
90572: );

Line 90577: xla_ae_sources_pkg.GetSystemSourceChar(

90573: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
90574: l_rec_acct_attrs.array_char_value(3) := p_source_55;
90575: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
90576: l_rec_acct_attrs.array_char_value(4) :=
90577: xla_ae_sources_pkg.GetSystemSourceChar(
90578: p_source_code => 'XLA_ENTITY_CODE'
90579: , p_source_type_code => 'Y'
90580: , p_source_application_id => 602
90581: );

Line 90839: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

90835: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
90836: ,p_token_1 => 'LINE_NUMBER'
90837: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
90838: ,p_token_2 => 'LINE_TYPE_NAME'
90839: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
90840: l_component_type
90841: ,l_component_code
90842: ,l_component_type_code
90843: ,l_component_appl_id

Line 91416: xla_ae_sources_pkg.GetSystemSourceNum(

91412: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
91413: l_rec_acct_attrs.array_char_value(1) := p_source_53;
91414: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
91415: l_rec_acct_attrs.array_num_value(2) :=
91416: xla_ae_sources_pkg.GetSystemSourceNum(
91417: p_source_code => 'XLA_EVENT_APPL_ID'
91418: , p_source_type_code => 'Y'
91419: , p_source_application_id => 602
91420: );

Line 91425: xla_ae_sources_pkg.GetSystemSourceChar(

91421: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
91422: l_rec_acct_attrs.array_char_value(3) := p_source_55;
91423: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
91424: l_rec_acct_attrs.array_char_value(4) :=
91425: xla_ae_sources_pkg.GetSystemSourceChar(
91426: p_source_code => 'XLA_ENTITY_CODE'
91427: , p_source_type_code => 'Y'
91428: , p_source_application_id => 602
91429: );

Line 91644: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

91640: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
91641: ,p_token_1 => 'LINE_NUMBER'
91642: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
91643: ,p_token_2 => 'LINE_TYPE_NAME'
91644: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
91645: l_component_type
91646: ,l_component_code
91647: ,l_component_type_code
91648: ,l_component_appl_id

Line 92164: xla_ae_sources_pkg.GetSystemSourceNum(

92160: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
92161: l_rec_acct_attrs.array_char_value(1) := p_source_53;
92162: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
92163: l_rec_acct_attrs.array_num_value(2) :=
92164: xla_ae_sources_pkg.GetSystemSourceNum(
92165: p_source_code => 'XLA_EVENT_APPL_ID'
92166: , p_source_type_code => 'Y'
92167: , p_source_application_id => 602
92168: );

Line 92173: xla_ae_sources_pkg.GetSystemSourceChar(

92169: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
92170: l_rec_acct_attrs.array_char_value(3) := p_source_55;
92171: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
92172: l_rec_acct_attrs.array_char_value(4) :=
92173: xla_ae_sources_pkg.GetSystemSourceChar(
92174: p_source_code => 'XLA_ENTITY_CODE'
92175: , p_source_type_code => 'Y'
92176: , p_source_application_id => 602
92177: );

Line 92324: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

92320: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
92321: ,p_token_1 => 'LINE_NUMBER'
92322: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
92323: ,p_token_2 => 'LINE_TYPE_NAME'
92324: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
92325: l_component_type
92326: ,l_component_code
92327: ,l_component_type_code
92328: ,l_component_appl_id

Line 92880: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

92876: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
92877: ,p_token_1 => 'LINE_NUMBER'
92878: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
92879: ,p_token_2 => 'LINE_TYPE_NAME'
92880: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
92881: l_component_type
92882: ,l_component_code
92883: ,l_component_type_code
92884: ,l_component_appl_id

Line 93588: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

93584: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
93585: ,p_token_1 => 'LINE_NUMBER'
93586: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
93587: ,p_token_2 => 'LINE_TYPE_NAME'
93588: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
93589: l_component_type
93590: ,l_component_code
93591: ,l_component_type_code
93592: ,l_component_appl_id

Line 94412: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

94408: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
94409: ,p_token_1 => 'LINE_NUMBER'
94410: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
94411: ,p_token_2 => 'LINE_TYPE_NAME'
94412: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
94413: l_component_type
94414: ,l_component_code
94415: ,l_component_type_code
94416: ,l_component_appl_id

Line 95246: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

95242: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
95243: ,p_token_1 => 'LINE_NUMBER'
95244: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
95245: ,p_token_2 => 'LINE_TYPE_NAME'
95246: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
95247: l_component_type
95248: ,l_component_code
95249: ,l_component_type_code
95250: ,l_component_appl_id

Line 96072: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

96068: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
96069: ,p_token_1 => 'LINE_NUMBER'
96070: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
96071: ,p_token_2 => 'LINE_TYPE_NAME'
96072: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
96073: l_component_type
96074: ,l_component_code
96075: ,l_component_type_code
96076: ,l_component_appl_id

Line 96888: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

96884: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
96885: ,p_token_1 => 'LINE_NUMBER'
96886: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
96887: ,p_token_2 => 'LINE_TYPE_NAME'
96888: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
96889: l_component_type
96890: ,l_component_code
96891: ,l_component_type_code
96892: ,l_component_appl_id

Line 97500: xla_ae_sources_pkg.GetSystemSourceNum(

97496: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
97497: l_rec_acct_attrs.array_char_value(1) := p_source_53;
97498: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
97499: l_rec_acct_attrs.array_num_value(2) :=
97500: xla_ae_sources_pkg.GetSystemSourceNum(
97501: p_source_code => 'XLA_EVENT_APPL_ID'
97502: , p_source_type_code => 'Y'
97503: , p_source_application_id => 602
97504: );

Line 97509: xla_ae_sources_pkg.GetSystemSourceChar(

97505: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
97506: l_rec_acct_attrs.array_char_value(3) := p_source_55;
97507: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
97508: l_rec_acct_attrs.array_char_value(4) :=
97509: xla_ae_sources_pkg.GetSystemSourceChar(
97510: p_source_code => 'XLA_ENTITY_CODE'
97511: , p_source_type_code => 'Y'
97512: , p_source_application_id => 602
97513: );

Line 97784: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

97780: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
97781: ,p_token_1 => 'LINE_NUMBER'
97782: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
97783: ,p_token_2 => 'LINE_TYPE_NAME'
97784: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
97785: l_component_type
97786: ,l_component_code
97787: ,l_component_type_code
97788: ,l_component_appl_id

Line 98612: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

98608: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
98609: ,p_token_1 => 'LINE_NUMBER'
98610: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
98611: ,p_token_2 => 'LINE_TYPE_NAME'
98612: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
98613: l_component_type
98614: ,l_component_code
98615: ,l_component_type_code
98616: ,l_component_appl_id

Line 99334: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

99330: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
99331: ,p_token_1 => 'LINE_NUMBER'
99332: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
99333: ,p_token_2 => 'LINE_TYPE_NAME'
99334: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
99335: l_component_type
99336: ,l_component_code
99337: ,l_component_type_code
99338: ,l_component_appl_id

Line 99842: xla_ae_sources_pkg.GetSystemSourceNum(

99838: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
99839: l_rec_acct_attrs.array_char_value(1) := p_source_53;
99840: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
99841: l_rec_acct_attrs.array_num_value(2) :=
99842: xla_ae_sources_pkg.GetSystemSourceNum(
99843: p_source_code => 'XLA_EVENT_APPL_ID'
99844: , p_source_type_code => 'Y'
99845: , p_source_application_id => 602
99846: );

Line 99851: xla_ae_sources_pkg.GetSystemSourceChar(

99847: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
99848: l_rec_acct_attrs.array_char_value(3) := p_source_55;
99849: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
99850: l_rec_acct_attrs.array_char_value(4) :=
99851: xla_ae_sources_pkg.GetSystemSourceChar(
99852: p_source_code => 'XLA_ENTITY_CODE'
99853: , p_source_type_code => 'Y'
99854: , p_source_application_id => 602
99855: );

Line 100043: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

100039: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
100040: ,p_token_1 => 'LINE_NUMBER'
100041: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
100042: ,p_token_2 => 'LINE_TYPE_NAME'
100043: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
100044: l_component_type
100045: ,l_component_code
100046: ,l_component_type_code
100047: ,l_component_appl_id

Line 100546: xla_ae_sources_pkg.GetSystemSourceNum(

100542: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
100543: l_rec_acct_attrs.array_char_value(1) := p_source_53;
100544: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
100545: l_rec_acct_attrs.array_num_value(2) :=
100546: xla_ae_sources_pkg.GetSystemSourceNum(
100547: p_source_code => 'XLA_EVENT_APPL_ID'
100548: , p_source_type_code => 'Y'
100549: , p_source_application_id => 602
100550: );

Line 100555: xla_ae_sources_pkg.GetSystemSourceChar(

100551: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
100552: l_rec_acct_attrs.array_char_value(3) := p_source_55;
100553: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
100554: l_rec_acct_attrs.array_char_value(4) :=
100555: xla_ae_sources_pkg.GetSystemSourceChar(
100556: p_source_code => 'XLA_ENTITY_CODE'
100557: , p_source_type_code => 'Y'
100558: , p_source_application_id => 602
100559: );

Line 100745: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

100741: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
100742: ,p_token_1 => 'LINE_NUMBER'
100743: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
100744: ,p_token_2 => 'LINE_TYPE_NAME'
100745: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
100746: l_component_type
100747: ,l_component_code
100748: ,l_component_type_code
100749: ,l_component_appl_id

Line 101250: xla_ae_sources_pkg.GetSystemSourceNum(

101246: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
101247: l_rec_acct_attrs.array_char_value(1) := p_source_53;
101248: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
101249: l_rec_acct_attrs.array_num_value(2) :=
101250: xla_ae_sources_pkg.GetSystemSourceNum(
101251: p_source_code => 'XLA_EVENT_APPL_ID'
101252: , p_source_type_code => 'Y'
101253: , p_source_application_id => 602
101254: );

Line 101259: xla_ae_sources_pkg.GetSystemSourceChar(

101255: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
101256: l_rec_acct_attrs.array_char_value(3) := p_source_55;
101257: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
101258: l_rec_acct_attrs.array_char_value(4) :=
101259: xla_ae_sources_pkg.GetSystemSourceChar(
101260: p_source_code => 'XLA_ENTITY_CODE'
101261: , p_source_type_code => 'Y'
101262: , p_source_application_id => 602
101263: );

Line 101453: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

101449: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
101450: ,p_token_1 => 'LINE_NUMBER'
101451: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
101452: ,p_token_2 => 'LINE_TYPE_NAME'
101453: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
101454: l_component_type
101455: ,l_component_code
101456: ,l_component_type_code
101457: ,l_component_appl_id

Line 101958: xla_ae_sources_pkg.GetSystemSourceNum(

101954: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
101955: l_rec_acct_attrs.array_char_value(1) := p_source_53;
101956: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
101957: l_rec_acct_attrs.array_num_value(2) :=
101958: xla_ae_sources_pkg.GetSystemSourceNum(
101959: p_source_code => 'XLA_EVENT_APPL_ID'
101960: , p_source_type_code => 'Y'
101961: , p_source_application_id => 602
101962: );

Line 101967: xla_ae_sources_pkg.GetSystemSourceChar(

101963: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
101964: l_rec_acct_attrs.array_char_value(3) := p_source_55;
101965: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
101966: l_rec_acct_attrs.array_char_value(4) :=
101967: xla_ae_sources_pkg.GetSystemSourceChar(
101968: p_source_code => 'XLA_ENTITY_CODE'
101969: , p_source_type_code => 'Y'
101970: , p_source_application_id => 602
101971: );

Line 102159: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

102155: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
102156: ,p_token_1 => 'LINE_NUMBER'
102157: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
102158: ,p_token_2 => 'LINE_TYPE_NAME'
102159: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
102160: l_component_type
102161: ,l_component_code
102162: ,l_component_type_code
102163: ,l_component_appl_id

Line 102674: xla_ae_sources_pkg.GetSystemSourceNum(

102670: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
102671: l_rec_acct_attrs.array_char_value(1) := p_source_53;
102672: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
102673: l_rec_acct_attrs.array_num_value(2) :=
102674: xla_ae_sources_pkg.GetSystemSourceNum(
102675: p_source_code => 'XLA_EVENT_APPL_ID'
102676: , p_source_type_code => 'Y'
102677: , p_source_application_id => 602
102678: );

Line 102683: xla_ae_sources_pkg.GetSystemSourceChar(

102679: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
102680: l_rec_acct_attrs.array_char_value(3) := p_source_55;
102681: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
102682: l_rec_acct_attrs.array_char_value(4) :=
102683: xla_ae_sources_pkg.GetSystemSourceChar(
102684: p_source_code => 'XLA_ENTITY_CODE'
102685: , p_source_type_code => 'Y'
102686: , p_source_application_id => 602
102687: );

Line 102875: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

102871: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
102872: ,p_token_1 => 'LINE_NUMBER'
102873: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
102874: ,p_token_2 => 'LINE_TYPE_NAME'
102875: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
102876: l_component_type
102877: ,l_component_code
102878: ,l_component_type_code
102879: ,l_component_appl_id

Line 103388: xla_ae_sources_pkg.GetSystemSourceNum(

103384: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
103385: l_rec_acct_attrs.array_char_value(1) := p_source_53;
103386: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
103387: l_rec_acct_attrs.array_num_value(2) :=
103388: xla_ae_sources_pkg.GetSystemSourceNum(
103389: p_source_code => 'XLA_EVENT_APPL_ID'
103390: , p_source_type_code => 'Y'
103391: , p_source_application_id => 602
103392: );

Line 103397: xla_ae_sources_pkg.GetSystemSourceChar(

103393: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
103394: l_rec_acct_attrs.array_char_value(3) := p_source_55;
103395: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
103396: l_rec_acct_attrs.array_char_value(4) :=
103397: xla_ae_sources_pkg.GetSystemSourceChar(
103398: p_source_code => 'XLA_ENTITY_CODE'
103399: , p_source_type_code => 'Y'
103400: , p_source_application_id => 602
103401: );

Line 103587: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

103583: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
103584: ,p_token_1 => 'LINE_NUMBER'
103585: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
103586: ,p_token_2 => 'LINE_TYPE_NAME'
103587: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
103588: l_component_type
103589: ,l_component_code
103590: ,l_component_type_code
103591: ,l_component_appl_id

Line 104102: xla_ae_sources_pkg.GetSystemSourceNum(

104098: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
104099: l_rec_acct_attrs.array_char_value(1) := p_source_53;
104100: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
104101: l_rec_acct_attrs.array_num_value(2) :=
104102: xla_ae_sources_pkg.GetSystemSourceNum(
104103: p_source_code => 'XLA_EVENT_APPL_ID'
104104: , p_source_type_code => 'Y'
104105: , p_source_application_id => 602
104106: );

Line 104111: xla_ae_sources_pkg.GetSystemSourceChar(

104107: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
104108: l_rec_acct_attrs.array_char_value(3) := p_source_55;
104109: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
104110: l_rec_acct_attrs.array_char_value(4) :=
104111: xla_ae_sources_pkg.GetSystemSourceChar(
104112: p_source_code => 'XLA_ENTITY_CODE'
104113: , p_source_type_code => 'Y'
104114: , p_source_application_id => 602
104115: );

Line 104305: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

104301: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
104302: ,p_token_1 => 'LINE_NUMBER'
104303: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
104304: ,p_token_2 => 'LINE_TYPE_NAME'
104305: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
104306: l_component_type
104307: ,l_component_code
104308: ,l_component_type_code
104309: ,l_component_appl_id

Line 104826: xla_ae_sources_pkg.GetSystemSourceNum(

104822: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
104823: l_rec_acct_attrs.array_char_value(1) := p_source_53;
104824: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
104825: l_rec_acct_attrs.array_num_value(2) :=
104826: xla_ae_sources_pkg.GetSystemSourceNum(
104827: p_source_code => 'XLA_EVENT_APPL_ID'
104828: , p_source_type_code => 'Y'
104829: , p_source_application_id => 602
104830: );

Line 104835: xla_ae_sources_pkg.GetSystemSourceChar(

104831: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
104832: l_rec_acct_attrs.array_char_value(3) := p_source_55;
104833: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
104834: l_rec_acct_attrs.array_char_value(4) :=
104835: xla_ae_sources_pkg.GetSystemSourceChar(
104836: p_source_code => 'XLA_ENTITY_CODE'
104837: , p_source_type_code => 'Y'
104838: , p_source_application_id => 602
104839: );

Line 105027: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

105023: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
105024: ,p_token_1 => 'LINE_NUMBER'
105025: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
105026: ,p_token_2 => 'LINE_TYPE_NAME'
105027: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
105028: l_component_type
105029: ,l_component_code
105030: ,l_component_type_code
105031: ,l_component_appl_id

Line 105546: xla_ae_sources_pkg.GetSystemSourceNum(

105542: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
105543: l_rec_acct_attrs.array_char_value(1) := p_source_53;
105544: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
105545: l_rec_acct_attrs.array_num_value(2) :=
105546: xla_ae_sources_pkg.GetSystemSourceNum(
105547: p_source_code => 'XLA_EVENT_APPL_ID'
105548: , p_source_type_code => 'Y'
105549: , p_source_application_id => 602
105550: );

Line 105555: xla_ae_sources_pkg.GetSystemSourceChar(

105551: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
105552: l_rec_acct_attrs.array_char_value(3) := p_source_55;
105553: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
105554: l_rec_acct_attrs.array_char_value(4) :=
105555: xla_ae_sources_pkg.GetSystemSourceChar(
105556: p_source_code => 'XLA_ENTITY_CODE'
105557: , p_source_type_code => 'Y'
105558: , p_source_application_id => 602
105559: );

Line 105745: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

105741: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
105742: ,p_token_1 => 'LINE_NUMBER'
105743: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
105744: ,p_token_2 => 'LINE_TYPE_NAME'
105745: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
105746: l_component_type
105747: ,l_component_code
105748: ,l_component_type_code
105749: ,l_component_appl_id

Line 106266: xla_ae_sources_pkg.GetSystemSourceNum(

106262: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
106263: l_rec_acct_attrs.array_char_value(1) := p_source_53;
106264: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
106265: l_rec_acct_attrs.array_num_value(2) :=
106266: xla_ae_sources_pkg.GetSystemSourceNum(
106267: p_source_code => 'XLA_EVENT_APPL_ID'
106268: , p_source_type_code => 'Y'
106269: , p_source_application_id => 602
106270: );

Line 106275: xla_ae_sources_pkg.GetSystemSourceChar(

106271: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
106272: l_rec_acct_attrs.array_char_value(3) := p_source_55;
106273: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
106274: l_rec_acct_attrs.array_char_value(4) :=
106275: xla_ae_sources_pkg.GetSystemSourceChar(
106276: p_source_code => 'XLA_ENTITY_CODE'
106277: , p_source_type_code => 'Y'
106278: , p_source_application_id => 602
106279: );

Line 106469: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

106465: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
106466: ,p_token_1 => 'LINE_NUMBER'
106467: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
106468: ,p_token_2 => 'LINE_TYPE_NAME'
106469: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
106470: l_component_type
106471: ,l_component_code
106472: ,l_component_type_code
106473: ,l_component_appl_id

Line 106990: xla_ae_sources_pkg.GetSystemSourceNum(

106986: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
106987: l_rec_acct_attrs.array_char_value(1) := p_source_53;
106988: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
106989: l_rec_acct_attrs.array_num_value(2) :=
106990: xla_ae_sources_pkg.GetSystemSourceNum(
106991: p_source_code => 'XLA_EVENT_APPL_ID'
106992: , p_source_type_code => 'Y'
106993: , p_source_application_id => 602
106994: );

Line 106999: xla_ae_sources_pkg.GetSystemSourceChar(

106995: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
106996: l_rec_acct_attrs.array_char_value(3) := p_source_55;
106997: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
106998: l_rec_acct_attrs.array_char_value(4) :=
106999: xla_ae_sources_pkg.GetSystemSourceChar(
107000: p_source_code => 'XLA_ENTITY_CODE'
107001: , p_source_type_code => 'Y'
107002: , p_source_application_id => 602
107003: );

Line 107191: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

107187: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
107188: ,p_token_1 => 'LINE_NUMBER'
107189: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
107190: ,p_token_2 => 'LINE_TYPE_NAME'
107191: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
107192: l_component_type
107193: ,l_component_code
107194: ,l_component_type_code
107195: ,l_component_appl_id

Line 107706: xla_ae_sources_pkg.GetSystemSourceNum(

107702: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
107703: l_rec_acct_attrs.array_char_value(1) := p_source_53;
107704: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
107705: l_rec_acct_attrs.array_num_value(2) :=
107706: xla_ae_sources_pkg.GetSystemSourceNum(
107707: p_source_code => 'XLA_EVENT_APPL_ID'
107708: , p_source_type_code => 'Y'
107709: , p_source_application_id => 602
107710: );

Line 107715: xla_ae_sources_pkg.GetSystemSourceChar(

107711: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
107712: l_rec_acct_attrs.array_char_value(3) := p_source_55;
107713: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
107714: l_rec_acct_attrs.array_char_value(4) :=
107715: xla_ae_sources_pkg.GetSystemSourceChar(
107716: p_source_code => 'XLA_ENTITY_CODE'
107717: , p_source_type_code => 'Y'
107718: , p_source_application_id => 602
107719: );

Line 107907: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

107903: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
107904: ,p_token_1 => 'LINE_NUMBER'
107905: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
107906: ,p_token_2 => 'LINE_TYPE_NAME'
107907: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
107908: l_component_type
107909: ,l_component_code
107910: ,l_component_type_code
107911: ,l_component_appl_id

Line 108524: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

108520: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
108521: ,p_token_1 => 'LINE_NUMBER'
108522: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
108523: ,p_token_2 => 'LINE_TYPE_NAME'
108524: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
108525: l_component_type
108526: ,l_component_code
108527: ,l_component_type_code
108528: ,l_component_appl_id

Line 109155: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

109151: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
109152: ,p_token_1 => 'LINE_NUMBER'
109153: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
109154: ,p_token_2 => 'LINE_TYPE_NAME'
109155: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
109156: l_component_type
109157: ,l_component_code
109158: ,l_component_type_code
109159: ,l_component_appl_id

Line 109683: xla_ae_sources_pkg.GetSystemSourceNum(

109679: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
109680: l_rec_acct_attrs.array_char_value(1) := p_source_53;
109681: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
109682: l_rec_acct_attrs.array_num_value(2) :=
109683: xla_ae_sources_pkg.GetSystemSourceNum(
109684: p_source_code => 'XLA_EVENT_APPL_ID'
109685: , p_source_type_code => 'Y'
109686: , p_source_application_id => 602
109687: );

Line 109692: xla_ae_sources_pkg.GetSystemSourceChar(

109688: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
109689: l_rec_acct_attrs.array_char_value(3) := p_source_55;
109690: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
109691: l_rec_acct_attrs.array_char_value(4) :=
109692: xla_ae_sources_pkg.GetSystemSourceChar(
109693: p_source_code => 'XLA_ENTITY_CODE'
109694: , p_source_type_code => 'Y'
109695: , p_source_application_id => 602
109696: );

Line 109936: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

109932: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
109933: ,p_token_1 => 'LINE_NUMBER'
109934: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
109935: ,p_token_2 => 'LINE_TYPE_NAME'
109936: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
109937: l_component_type
109938: ,l_component_code
109939: ,l_component_type_code
109940: ,l_component_appl_id

Line 110491: xla_ae_sources_pkg.GetSystemSourceNum(

110487: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
110488: l_rec_acct_attrs.array_char_value(1) := p_source_53;
110489: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
110490: l_rec_acct_attrs.array_num_value(2) :=
110491: xla_ae_sources_pkg.GetSystemSourceNum(
110492: p_source_code => 'XLA_EVENT_APPL_ID'
110493: , p_source_type_code => 'Y'
110494: , p_source_application_id => 602
110495: );

Line 110500: xla_ae_sources_pkg.GetSystemSourceChar(

110496: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
110497: l_rec_acct_attrs.array_char_value(3) := p_source_55;
110498: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
110499: l_rec_acct_attrs.array_char_value(4) :=
110500: xla_ae_sources_pkg.GetSystemSourceChar(
110501: p_source_code => 'XLA_ENTITY_CODE'
110502: , p_source_type_code => 'Y'
110503: , p_source_application_id => 602
110504: );

Line 110651: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

110647: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
110648: ,p_token_1 => 'LINE_NUMBER'
110649: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
110650: ,p_token_2 => 'LINE_TYPE_NAME'
110651: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
110652: l_component_type
110653: ,l_component_code
110654: ,l_component_type_code
110655: ,l_component_appl_id

Line 111135: xla_ae_sources_pkg.GetSystemSourceNum(

111131: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
111132: l_rec_acct_attrs.array_char_value(1) := p_source_53;
111133: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
111134: l_rec_acct_attrs.array_num_value(2) :=
111135: xla_ae_sources_pkg.GetSystemSourceNum(
111136: p_source_code => 'XLA_EVENT_APPL_ID'
111137: , p_source_type_code => 'Y'
111138: , p_source_application_id => 602
111139: );

Line 111144: xla_ae_sources_pkg.GetSystemSourceChar(

111140: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
111141: l_rec_acct_attrs.array_char_value(3) := p_source_55;
111142: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
111143: l_rec_acct_attrs.array_char_value(4) :=
111144: xla_ae_sources_pkg.GetSystemSourceChar(
111145: p_source_code => 'XLA_ENTITY_CODE'
111146: , p_source_type_code => 'Y'
111147: , p_source_application_id => 602
111148: );

Line 111336: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

111332: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
111333: ,p_token_1 => 'LINE_NUMBER'
111334: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
111335: ,p_token_2 => 'LINE_TYPE_NAME'
111336: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
111337: l_component_type
111338: ,l_component_code
111339: ,l_component_type_code
111340: ,l_component_appl_id

Line 111844: xla_ae_sources_pkg.GetSystemSourceNum(

111840: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
111841: l_rec_acct_attrs.array_char_value(1) := p_source_53;
111842: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
111843: l_rec_acct_attrs.array_num_value(2) :=
111844: xla_ae_sources_pkg.GetSystemSourceNum(
111845: p_source_code => 'XLA_EVENT_APPL_ID'
111846: , p_source_type_code => 'Y'
111847: , p_source_application_id => 602
111848: );

Line 111853: xla_ae_sources_pkg.GetSystemSourceChar(

111849: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
111850: l_rec_acct_attrs.array_char_value(3) := p_source_55;
111851: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
111852: l_rec_acct_attrs.array_char_value(4) :=
111853: xla_ae_sources_pkg.GetSystemSourceChar(
111854: p_source_code => 'XLA_ENTITY_CODE'
111855: , p_source_type_code => 'Y'
111856: , p_source_application_id => 602
111857: );

Line 112043: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

112039: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
112040: ,p_token_1 => 'LINE_NUMBER'
112041: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
112042: ,p_token_2 => 'LINE_TYPE_NAME'
112043: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
112044: l_component_type
112045: ,l_component_code
112046: ,l_component_type_code
112047: ,l_component_appl_id

Line 112553: xla_ae_sources_pkg.GetSystemSourceNum(

112549: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
112550: l_rec_acct_attrs.array_char_value(1) := p_source_53;
112551: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
112552: l_rec_acct_attrs.array_num_value(2) :=
112553: xla_ae_sources_pkg.GetSystemSourceNum(
112554: p_source_code => 'XLA_EVENT_APPL_ID'
112555: , p_source_type_code => 'Y'
112556: , p_source_application_id => 602
112557: );

Line 112562: xla_ae_sources_pkg.GetSystemSourceChar(

112558: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
112559: l_rec_acct_attrs.array_char_value(3) := p_source_55;
112560: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
112561: l_rec_acct_attrs.array_char_value(4) :=
112562: xla_ae_sources_pkg.GetSystemSourceChar(
112563: p_source_code => 'XLA_ENTITY_CODE'
112564: , p_source_type_code => 'Y'
112565: , p_source_application_id => 602
112566: );

Line 112756: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

112752: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
112753: ,p_token_1 => 'LINE_NUMBER'
112754: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
112755: ,p_token_2 => 'LINE_TYPE_NAME'
112756: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
112757: l_component_type
112758: ,l_component_code
112759: ,l_component_type_code
112760: ,l_component_appl_id

Line 113271: xla_ae_sources_pkg.GetSystemSourceNum(

113267: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
113268: l_rec_acct_attrs.array_char_value(1) := p_source_53;
113269: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
113270: l_rec_acct_attrs.array_num_value(2) :=
113271: xla_ae_sources_pkg.GetSystemSourceNum(
113272: p_source_code => 'XLA_EVENT_APPL_ID'
113273: , p_source_type_code => 'Y'
113274: , p_source_application_id => 602
113275: );

Line 113280: xla_ae_sources_pkg.GetSystemSourceChar(

113276: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
113277: l_rec_acct_attrs.array_char_value(3) := p_source_55;
113278: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
113279: l_rec_acct_attrs.array_char_value(4) :=
113280: xla_ae_sources_pkg.GetSystemSourceChar(
113281: p_source_code => 'XLA_ENTITY_CODE'
113282: , p_source_type_code => 'Y'
113283: , p_source_application_id => 602
113284: );

Line 113472: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

113468: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
113469: ,p_token_1 => 'LINE_NUMBER'
113470: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
113471: ,p_token_2 => 'LINE_TYPE_NAME'
113472: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
113473: l_component_type
113474: ,l_component_code
113475: ,l_component_type_code
113476: ,l_component_appl_id

Line 113989: xla_ae_sources_pkg.GetSystemSourceNum(

113985: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
113986: l_rec_acct_attrs.array_char_value(1) := p_source_53;
113987: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
113988: l_rec_acct_attrs.array_num_value(2) :=
113989: xla_ae_sources_pkg.GetSystemSourceNum(
113990: p_source_code => 'XLA_EVENT_APPL_ID'
113991: , p_source_type_code => 'Y'
113992: , p_source_application_id => 602
113993: );

Line 113998: xla_ae_sources_pkg.GetSystemSourceChar(

113994: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
113995: l_rec_acct_attrs.array_char_value(3) := p_source_55;
113996: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
113997: l_rec_acct_attrs.array_char_value(4) :=
113998: xla_ae_sources_pkg.GetSystemSourceChar(
113999: p_source_code => 'XLA_ENTITY_CODE'
114000: , p_source_type_code => 'Y'
114001: , p_source_application_id => 602
114002: );

Line 114279: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

114275: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
114276: ,p_token_1 => 'LINE_NUMBER'
114277: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
114278: ,p_token_2 => 'LINE_TYPE_NAME'
114279: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
114280: l_component_type
114281: ,l_component_code
114282: ,l_component_type_code
114283: ,l_component_appl_id

Line 114883: xla_ae_sources_pkg.GetSystemSourceNum(

114879: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
114880: l_rec_acct_attrs.array_char_value(1) := p_source_53;
114881: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
114882: l_rec_acct_attrs.array_num_value(2) :=
114883: xla_ae_sources_pkg.GetSystemSourceNum(
114884: p_source_code => 'XLA_EVENT_APPL_ID'
114885: , p_source_type_code => 'Y'
114886: , p_source_application_id => 602
114887: );

Line 114892: xla_ae_sources_pkg.GetSystemSourceChar(

114888: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
114889: l_rec_acct_attrs.array_char_value(3) := p_source_55;
114890: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
114891: l_rec_acct_attrs.array_char_value(4) :=
114892: xla_ae_sources_pkg.GetSystemSourceChar(
114893: p_source_code => 'XLA_ENTITY_CODE'
114894: , p_source_type_code => 'Y'
114895: , p_source_application_id => 602
114896: );

Line 115171: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

115167: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
115168: ,p_token_1 => 'LINE_NUMBER'
115169: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
115170: ,p_token_2 => 'LINE_TYPE_NAME'
115171: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
115172: l_component_type
115173: ,l_component_code
115174: ,l_component_type_code
115175: ,l_component_appl_id

Line 115768: xla_ae_sources_pkg.GetSystemSourceNum(

115764: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
115765: l_rec_acct_attrs.array_char_value(1) := p_source_53;
115766: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
115767: l_rec_acct_attrs.array_num_value(2) :=
115768: xla_ae_sources_pkg.GetSystemSourceNum(
115769: p_source_code => 'XLA_EVENT_APPL_ID'
115770: , p_source_type_code => 'Y'
115771: , p_source_application_id => 602
115772: );

Line 115777: xla_ae_sources_pkg.GetSystemSourceChar(

115773: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
115774: l_rec_acct_attrs.array_char_value(3) := p_source_55;
115775: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
115776: l_rec_acct_attrs.array_char_value(4) :=
115777: xla_ae_sources_pkg.GetSystemSourceChar(
115778: p_source_code => 'XLA_ENTITY_CODE'
115779: , p_source_type_code => 'Y'
115780: , p_source_application_id => 602
115781: );

Line 116054: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

116050: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
116051: ,p_token_1 => 'LINE_NUMBER'
116052: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
116053: ,p_token_2 => 'LINE_TYPE_NAME'
116054: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
116055: l_component_type
116056: ,l_component_code
116057: ,l_component_type_code
116058: ,l_component_appl_id

Line 116639: xla_ae_sources_pkg.GetSystemSourceNum(

116635: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
116636: l_rec_acct_attrs.array_char_value(1) := p_source_53;
116637: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
116638: l_rec_acct_attrs.array_num_value(2) :=
116639: xla_ae_sources_pkg.GetSystemSourceNum(
116640: p_source_code => 'XLA_EVENT_APPL_ID'
116641: , p_source_type_code => 'Y'
116642: , p_source_application_id => 602
116643: );

Line 116648: xla_ae_sources_pkg.GetSystemSourceChar(

116644: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
116645: l_rec_acct_attrs.array_char_value(3) := p_source_55;
116646: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
116647: l_rec_acct_attrs.array_char_value(4) :=
116648: xla_ae_sources_pkg.GetSystemSourceChar(
116649: p_source_code => 'XLA_ENTITY_CODE'
116650: , p_source_type_code => 'Y'
116651: , p_source_application_id => 602
116652: );

Line 116809: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

116805: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
116806: ,p_token_1 => 'LINE_NUMBER'
116807: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
116808: ,p_token_2 => 'LINE_TYPE_NAME'
116809: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
116810: l_component_type
116811: ,l_component_code
116812: ,l_component_type_code
116813: ,l_component_appl_id

Line 117304: xla_ae_sources_pkg.GetSystemSourceNum(

117300: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
117301: l_rec_acct_attrs.array_char_value(1) := p_source_53;
117302: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
117303: l_rec_acct_attrs.array_num_value(2) :=
117304: xla_ae_sources_pkg.GetSystemSourceNum(
117305: p_source_code => 'XLA_EVENT_APPL_ID'
117306: , p_source_type_code => 'Y'
117307: , p_source_application_id => 602
117308: );

Line 117313: xla_ae_sources_pkg.GetSystemSourceChar(

117309: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
117310: l_rec_acct_attrs.array_char_value(3) := p_source_55;
117311: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
117312: l_rec_acct_attrs.array_char_value(4) :=
117313: xla_ae_sources_pkg.GetSystemSourceChar(
117314: p_source_code => 'XLA_ENTITY_CODE'
117315: , p_source_type_code => 'Y'
117316: , p_source_application_id => 602
117317: );

Line 117505: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

117501: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
117502: ,p_token_1 => 'LINE_NUMBER'
117503: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
117504: ,p_token_2 => 'LINE_TYPE_NAME'
117505: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
117506: l_component_type
117507: ,l_component_code
117508: ,l_component_type_code
117509: ,l_component_appl_id

Line 118026: xla_ae_sources_pkg.GetSystemSourceNum(

118022: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
118023: l_rec_acct_attrs.array_char_value(1) := p_source_53;
118024: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
118025: l_rec_acct_attrs.array_num_value(2) :=
118026: xla_ae_sources_pkg.GetSystemSourceNum(
118027: p_source_code => 'XLA_EVENT_APPL_ID'
118028: , p_source_type_code => 'Y'
118029: , p_source_application_id => 602
118030: );

Line 118035: xla_ae_sources_pkg.GetSystemSourceChar(

118031: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
118032: l_rec_acct_attrs.array_char_value(3) := p_source_55;
118033: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
118034: l_rec_acct_attrs.array_char_value(4) :=
118035: xla_ae_sources_pkg.GetSystemSourceChar(
118036: p_source_code => 'XLA_ENTITY_CODE'
118037: , p_source_type_code => 'Y'
118038: , p_source_application_id => 602
118039: );

Line 118227: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

118223: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
118224: ,p_token_1 => 'LINE_NUMBER'
118225: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
118226: ,p_token_2 => 'LINE_TYPE_NAME'
118227: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
118228: l_component_type
118229: ,l_component_code
118230: ,l_component_type_code
118231: ,l_component_appl_id

Line 118746: xla_ae_sources_pkg.GetSystemSourceNum(

118742: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
118743: l_rec_acct_attrs.array_char_value(1) := p_source_53;
118744: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
118745: l_rec_acct_attrs.array_num_value(2) :=
118746: xla_ae_sources_pkg.GetSystemSourceNum(
118747: p_source_code => 'XLA_EVENT_APPL_ID'
118748: , p_source_type_code => 'Y'
118749: , p_source_application_id => 602
118750: );

Line 118755: xla_ae_sources_pkg.GetSystemSourceChar(

118751: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
118752: l_rec_acct_attrs.array_char_value(3) := p_source_55;
118753: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
118754: l_rec_acct_attrs.array_char_value(4) :=
118755: xla_ae_sources_pkg.GetSystemSourceChar(
118756: p_source_code => 'XLA_ENTITY_CODE'
118757: , p_source_type_code => 'Y'
118758: , p_source_application_id => 602
118759: );

Line 118945: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

118941: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
118942: ,p_token_1 => 'LINE_NUMBER'
118943: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
118944: ,p_token_2 => 'LINE_TYPE_NAME'
118945: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
118946: l_component_type
118947: ,l_component_code
118948: ,l_component_type_code
118949: ,l_component_appl_id

Line 119466: xla_ae_sources_pkg.GetSystemSourceNum(

119462: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
119463: l_rec_acct_attrs.array_char_value(1) := p_source_53;
119464: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
119465: l_rec_acct_attrs.array_num_value(2) :=
119466: xla_ae_sources_pkg.GetSystemSourceNum(
119467: p_source_code => 'XLA_EVENT_APPL_ID'
119468: , p_source_type_code => 'Y'
119469: , p_source_application_id => 602
119470: );

Line 119475: xla_ae_sources_pkg.GetSystemSourceChar(

119471: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
119472: l_rec_acct_attrs.array_char_value(3) := p_source_55;
119473: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
119474: l_rec_acct_attrs.array_char_value(4) :=
119475: xla_ae_sources_pkg.GetSystemSourceChar(
119476: p_source_code => 'XLA_ENTITY_CODE'
119477: , p_source_type_code => 'Y'
119478: , p_source_application_id => 602
119479: );

Line 119669: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

119665: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
119666: ,p_token_1 => 'LINE_NUMBER'
119667: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
119668: ,p_token_2 => 'LINE_TYPE_NAME'
119669: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
119670: l_component_type
119671: ,l_component_code
119672: ,l_component_type_code
119673: ,l_component_appl_id

Line 120179: xla_ae_sources_pkg.GetSystemSourceNum(

120175: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
120176: l_rec_acct_attrs.array_char_value(1) := p_source_53;
120177: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
120178: l_rec_acct_attrs.array_num_value(2) :=
120179: xla_ae_sources_pkg.GetSystemSourceNum(
120180: p_source_code => 'XLA_EVENT_APPL_ID'
120181: , p_source_type_code => 'Y'
120182: , p_source_application_id => 602
120183: );

Line 120188: xla_ae_sources_pkg.GetSystemSourceChar(

120184: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
120185: l_rec_acct_attrs.array_char_value(3) := p_source_55;
120186: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
120187: l_rec_acct_attrs.array_char_value(4) :=
120188: xla_ae_sources_pkg.GetSystemSourceChar(
120189: p_source_code => 'XLA_ENTITY_CODE'
120190: , p_source_type_code => 'Y'
120191: , p_source_application_id => 602
120192: );

Line 120380: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

120376: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
120377: ,p_token_1 => 'LINE_NUMBER'
120378: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
120379: ,p_token_2 => 'LINE_TYPE_NAME'
120380: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
120381: l_component_type
120382: ,l_component_code
120383: ,l_component_type_code
120384: ,l_component_appl_id

Line 120890: xla_ae_sources_pkg.GetSystemSourceNum(

120886: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
120887: l_rec_acct_attrs.array_char_value(1) := p_source_53;
120888: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
120889: l_rec_acct_attrs.array_num_value(2) :=
120890: xla_ae_sources_pkg.GetSystemSourceNum(
120891: p_source_code => 'XLA_EVENT_APPL_ID'
120892: , p_source_type_code => 'Y'
120893: , p_source_application_id => 602
120894: );

Line 120899: xla_ae_sources_pkg.GetSystemSourceChar(

120895: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
120896: l_rec_acct_attrs.array_char_value(3) := p_source_55;
120897: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
120898: l_rec_acct_attrs.array_char_value(4) :=
120899: xla_ae_sources_pkg.GetSystemSourceChar(
120900: p_source_code => 'XLA_ENTITY_CODE'
120901: , p_source_type_code => 'Y'
120902: , p_source_application_id => 602
120903: );

Line 121091: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

121087: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
121088: ,p_token_1 => 'LINE_NUMBER'
121089: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
121090: ,p_token_2 => 'LINE_TYPE_NAME'
121091: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
121092: l_component_type
121093: ,l_component_code
121094: ,l_component_type_code
121095: ,l_component_appl_id

Line 121599: xla_ae_sources_pkg.GetSystemSourceNum(

121595: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
121596: l_rec_acct_attrs.array_char_value(1) := p_source_53;
121597: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
121598: l_rec_acct_attrs.array_num_value(2) :=
121599: xla_ae_sources_pkg.GetSystemSourceNum(
121600: p_source_code => 'XLA_EVENT_APPL_ID'
121601: , p_source_type_code => 'Y'
121602: , p_source_application_id => 602
121603: );

Line 121608: xla_ae_sources_pkg.GetSystemSourceChar(

121604: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
121605: l_rec_acct_attrs.array_char_value(3) := p_source_55;
121606: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
121607: l_rec_acct_attrs.array_char_value(4) :=
121608: xla_ae_sources_pkg.GetSystemSourceChar(
121609: p_source_code => 'XLA_ENTITY_CODE'
121610: , p_source_type_code => 'Y'
121611: , p_source_application_id => 602
121612: );

Line 121798: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

121794: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
121795: ,p_token_1 => 'LINE_NUMBER'
121796: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
121797: ,p_token_2 => 'LINE_TYPE_NAME'
121798: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
121799: l_component_type
121800: ,l_component_code
121801: ,l_component_type_code
121802: ,l_component_appl_id

Line 122308: xla_ae_sources_pkg.GetSystemSourceNum(

122304: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
122305: l_rec_acct_attrs.array_char_value(1) := p_source_53;
122306: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
122307: l_rec_acct_attrs.array_num_value(2) :=
122308: xla_ae_sources_pkg.GetSystemSourceNum(
122309: p_source_code => 'XLA_EVENT_APPL_ID'
122310: , p_source_type_code => 'Y'
122311: , p_source_application_id => 602
122312: );

Line 122317: xla_ae_sources_pkg.GetSystemSourceChar(

122313: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
122314: l_rec_acct_attrs.array_char_value(3) := p_source_55;
122315: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
122316: l_rec_acct_attrs.array_char_value(4) :=
122317: xla_ae_sources_pkg.GetSystemSourceChar(
122318: p_source_code => 'XLA_ENTITY_CODE'
122319: , p_source_type_code => 'Y'
122320: , p_source_application_id => 602
122321: );

Line 122511: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

122507: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
122508: ,p_token_1 => 'LINE_NUMBER'
122509: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
122510: ,p_token_2 => 'LINE_TYPE_NAME'
122511: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
122512: l_component_type
122513: ,l_component_code
122514: ,l_component_type_code
122515: ,l_component_appl_id

Line 123023: xla_ae_sources_pkg.GetSystemSourceNum(

123019: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
123020: l_rec_acct_attrs.array_char_value(1) := p_source_53;
123021: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
123022: l_rec_acct_attrs.array_num_value(2) :=
123023: xla_ae_sources_pkg.GetSystemSourceNum(
123024: p_source_code => 'XLA_EVENT_APPL_ID'
123025: , p_source_type_code => 'Y'
123026: , p_source_application_id => 602
123027: );

Line 123032: xla_ae_sources_pkg.GetSystemSourceChar(

123028: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
123029: l_rec_acct_attrs.array_char_value(3) := p_source_55;
123030: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
123031: l_rec_acct_attrs.array_char_value(4) :=
123032: xla_ae_sources_pkg.GetSystemSourceChar(
123033: p_source_code => 'XLA_ENTITY_CODE'
123034: , p_source_type_code => 'Y'
123035: , p_source_application_id => 602
123036: );

Line 123224: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

123220: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
123221: ,p_token_1 => 'LINE_NUMBER'
123222: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
123223: ,p_token_2 => 'LINE_TYPE_NAME'
123224: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
123225: l_component_type
123226: ,l_component_code
123227: ,l_component_type_code
123228: ,l_component_appl_id

Line 123734: xla_ae_sources_pkg.GetSystemSourceNum(

123730: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
123731: l_rec_acct_attrs.array_char_value(1) := p_source_53;
123732: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
123733: l_rec_acct_attrs.array_num_value(2) :=
123734: xla_ae_sources_pkg.GetSystemSourceNum(
123735: p_source_code => 'XLA_EVENT_APPL_ID'
123736: , p_source_type_code => 'Y'
123737: , p_source_application_id => 602
123738: );

Line 123743: xla_ae_sources_pkg.GetSystemSourceChar(

123739: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
123740: l_rec_acct_attrs.array_char_value(3) := p_source_55;
123741: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
123742: l_rec_acct_attrs.array_char_value(4) :=
123743: xla_ae_sources_pkg.GetSystemSourceChar(
123744: p_source_code => 'XLA_ENTITY_CODE'
123745: , p_source_type_code => 'Y'
123746: , p_source_application_id => 602
123747: );

Line 123933: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

123929: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
123930: ,p_token_1 => 'LINE_NUMBER'
123931: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
123932: ,p_token_2 => 'LINE_TYPE_NAME'
123933: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
123934: l_component_type
123935: ,l_component_code
123936: ,l_component_type_code
123937: ,l_component_appl_id

Line 124445: xla_ae_sources_pkg.GetSystemSourceNum(

124441: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
124442: l_rec_acct_attrs.array_char_value(1) := p_source_53;
124443: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
124444: l_rec_acct_attrs.array_num_value(2) :=
124445: xla_ae_sources_pkg.GetSystemSourceNum(
124446: p_source_code => 'XLA_EVENT_APPL_ID'
124447: , p_source_type_code => 'Y'
124448: , p_source_application_id => 602
124449: );

Line 124454: xla_ae_sources_pkg.GetSystemSourceChar(

124450: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
124451: l_rec_acct_attrs.array_char_value(3) := p_source_55;
124452: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
124453: l_rec_acct_attrs.array_char_value(4) :=
124454: xla_ae_sources_pkg.GetSystemSourceChar(
124455: p_source_code => 'XLA_ENTITY_CODE'
124456: , p_source_type_code => 'Y'
124457: , p_source_application_id => 602
124458: );

Line 124648: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

124644: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
124645: ,p_token_1 => 'LINE_NUMBER'
124646: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
124647: ,p_token_2 => 'LINE_TYPE_NAME'
124648: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
124649: l_component_type
124650: ,l_component_code
124651: ,l_component_type_code
124652: ,l_component_appl_id

Line 125160: xla_ae_sources_pkg.GetSystemSourceNum(

125156: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
125157: l_rec_acct_attrs.array_char_value(1) := p_source_53;
125158: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
125159: l_rec_acct_attrs.array_num_value(2) :=
125160: xla_ae_sources_pkg.GetSystemSourceNum(
125161: p_source_code => 'XLA_EVENT_APPL_ID'
125162: , p_source_type_code => 'Y'
125163: , p_source_application_id => 602
125164: );

Line 125169: xla_ae_sources_pkg.GetSystemSourceChar(

125165: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
125166: l_rec_acct_attrs.array_char_value(3) := p_source_55;
125167: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
125168: l_rec_acct_attrs.array_char_value(4) :=
125169: xla_ae_sources_pkg.GetSystemSourceChar(
125170: p_source_code => 'XLA_ENTITY_CODE'
125171: , p_source_type_code => 'Y'
125172: , p_source_application_id => 602
125173: );

Line 125361: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

125357: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
125358: ,p_token_1 => 'LINE_NUMBER'
125359: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
125360: ,p_token_2 => 'LINE_TYPE_NAME'
125361: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
125362: l_component_type
125363: ,l_component_code
125364: ,l_component_type_code
125365: ,l_component_appl_id

Line 125876: xla_ae_sources_pkg.GetSystemSourceNum(

125872: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
125873: l_rec_acct_attrs.array_char_value(1) := p_source_53;
125874: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
125875: l_rec_acct_attrs.array_num_value(2) :=
125876: xla_ae_sources_pkg.GetSystemSourceNum(
125877: p_source_code => 'XLA_EVENT_APPL_ID'
125878: , p_source_type_code => 'Y'
125879: , p_source_application_id => 602
125880: );

Line 125885: xla_ae_sources_pkg.GetSystemSourceChar(

125881: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
125882: l_rec_acct_attrs.array_char_value(3) := p_source_55;
125883: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
125884: l_rec_acct_attrs.array_char_value(4) :=
125885: xla_ae_sources_pkg.GetSystemSourceChar(
125886: p_source_code => 'XLA_ENTITY_CODE'
125887: , p_source_type_code => 'Y'
125888: , p_source_application_id => 602
125889: );

Line 126077: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

126073: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
126074: ,p_token_1 => 'LINE_NUMBER'
126075: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
126076: ,p_token_2 => 'LINE_TYPE_NAME'
126077: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
126078: l_component_type
126079: ,l_component_code
126080: ,l_component_type_code
126081: ,l_component_appl_id

Line 126592: xla_ae_sources_pkg.GetSystemSourceNum(

126588: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
126589: l_rec_acct_attrs.array_char_value(1) := p_source_53;
126590: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
126591: l_rec_acct_attrs.array_num_value(2) :=
126592: xla_ae_sources_pkg.GetSystemSourceNum(
126593: p_source_code => 'XLA_EVENT_APPL_ID'
126594: , p_source_type_code => 'Y'
126595: , p_source_application_id => 602
126596: );

Line 126601: xla_ae_sources_pkg.GetSystemSourceChar(

126597: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
126598: l_rec_acct_attrs.array_char_value(3) := p_source_55;
126599: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
126600: l_rec_acct_attrs.array_char_value(4) :=
126601: xla_ae_sources_pkg.GetSystemSourceChar(
126602: p_source_code => 'XLA_ENTITY_CODE'
126603: , p_source_type_code => 'Y'
126604: , p_source_application_id => 602
126605: );

Line 126793: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

126789: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
126790: ,p_token_1 => 'LINE_NUMBER'
126791: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
126792: ,p_token_2 => 'LINE_TYPE_NAME'
126793: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
126794: l_component_type
126795: ,l_component_code
126796: ,l_component_type_code
126797: ,l_component_appl_id

Line 127306: xla_ae_sources_pkg.GetSystemSourceNum(

127302: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
127303: l_rec_acct_attrs.array_char_value(1) := p_source_53;
127304: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
127305: l_rec_acct_attrs.array_num_value(2) :=
127306: xla_ae_sources_pkg.GetSystemSourceNum(
127307: p_source_code => 'XLA_EVENT_APPL_ID'
127308: , p_source_type_code => 'Y'
127309: , p_source_application_id => 602
127310: );

Line 127315: xla_ae_sources_pkg.GetSystemSourceChar(

127311: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
127312: l_rec_acct_attrs.array_char_value(3) := p_source_55;
127313: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
127314: l_rec_acct_attrs.array_char_value(4) :=
127315: xla_ae_sources_pkg.GetSystemSourceChar(
127316: p_source_code => 'XLA_ENTITY_CODE'
127317: , p_source_type_code => 'Y'
127318: , p_source_application_id => 602
127319: );

Line 127505: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

127501: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
127502: ,p_token_1 => 'LINE_NUMBER'
127503: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
127504: ,p_token_2 => 'LINE_TYPE_NAME'
127505: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
127506: l_component_type
127507: ,l_component_code
127508: ,l_component_type_code
127509: ,l_component_appl_id

Line 128020: xla_ae_sources_pkg.GetSystemSourceNum(

128016: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
128017: l_rec_acct_attrs.array_char_value(1) := p_source_53;
128018: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
128019: l_rec_acct_attrs.array_num_value(2) :=
128020: xla_ae_sources_pkg.GetSystemSourceNum(
128021: p_source_code => 'XLA_EVENT_APPL_ID'
128022: , p_source_type_code => 'Y'
128023: , p_source_application_id => 602
128024: );

Line 128029: xla_ae_sources_pkg.GetSystemSourceChar(

128025: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
128026: l_rec_acct_attrs.array_char_value(3) := p_source_55;
128027: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
128028: l_rec_acct_attrs.array_char_value(4) :=
128029: xla_ae_sources_pkg.GetSystemSourceChar(
128030: p_source_code => 'XLA_ENTITY_CODE'
128031: , p_source_type_code => 'Y'
128032: , p_source_application_id => 602
128033: );

Line 128223: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

128219: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
128220: ,p_token_1 => 'LINE_NUMBER'
128221: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
128222: ,p_token_2 => 'LINE_TYPE_NAME'
128223: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
128224: l_component_type
128225: ,l_component_code
128226: ,l_component_type_code
128227: ,l_component_appl_id

Line 128730: xla_ae_sources_pkg.GetSystemSourceNum(

128726: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
128727: l_rec_acct_attrs.array_char_value(1) := p_source_53;
128728: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
128729: l_rec_acct_attrs.array_num_value(2) :=
128730: xla_ae_sources_pkg.GetSystemSourceNum(
128731: p_source_code => 'XLA_EVENT_APPL_ID'
128732: , p_source_type_code => 'Y'
128733: , p_source_application_id => 602
128734: );

Line 128739: xla_ae_sources_pkg.GetSystemSourceChar(

128735: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
128736: l_rec_acct_attrs.array_char_value(3) := p_source_55;
128737: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
128738: l_rec_acct_attrs.array_char_value(4) :=
128739: xla_ae_sources_pkg.GetSystemSourceChar(
128740: p_source_code => 'XLA_ENTITY_CODE'
128741: , p_source_type_code => 'Y'
128742: , p_source_application_id => 602
128743: );

Line 129010: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

129006: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
129007: ,p_token_1 => 'LINE_NUMBER'
129008: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
129009: ,p_token_2 => 'LINE_TYPE_NAME'
129010: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
129011: l_component_type
129012: ,l_component_code
129013: ,l_component_type_code
129014: ,l_component_appl_id

Line 129624: xla_ae_sources_pkg.GetSystemSourceNum(

129620: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
129621: l_rec_acct_attrs.array_char_value(1) := p_source_53;
129622: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
129623: l_rec_acct_attrs.array_num_value(2) :=
129624: xla_ae_sources_pkg.GetSystemSourceNum(
129625: p_source_code => 'XLA_EVENT_APPL_ID'
129626: , p_source_type_code => 'Y'
129627: , p_source_application_id => 602
129628: );

Line 129633: xla_ae_sources_pkg.GetSystemSourceChar(

129629: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
129630: l_rec_acct_attrs.array_char_value(3) := p_source_55;
129631: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
129632: l_rec_acct_attrs.array_char_value(4) :=
129633: xla_ae_sources_pkg.GetSystemSourceChar(
129634: p_source_code => 'XLA_ENTITY_CODE'
129635: , p_source_type_code => 'Y'
129636: , p_source_application_id => 602
129637: );

Line 129926: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

129922: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
129923: ,p_token_1 => 'LINE_NUMBER'
129924: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
129925: ,p_token_2 => 'LINE_TYPE_NAME'
129926: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
129927: l_component_type
129928: ,l_component_code
129929: ,l_component_type_code
129930: ,l_component_appl_id

Line 130552: xla_ae_sources_pkg.GetSystemSourceNum(

130548: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
130549: l_rec_acct_attrs.array_char_value(1) := p_source_53;
130550: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
130551: l_rec_acct_attrs.array_num_value(2) :=
130552: xla_ae_sources_pkg.GetSystemSourceNum(
130553: p_source_code => 'XLA_EVENT_APPL_ID'
130554: , p_source_type_code => 'Y'
130555: , p_source_application_id => 602
130556: );

Line 130561: xla_ae_sources_pkg.GetSystemSourceChar(

130557: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
130558: l_rec_acct_attrs.array_char_value(3) := p_source_55;
130559: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
130560: l_rec_acct_attrs.array_char_value(4) :=
130561: xla_ae_sources_pkg.GetSystemSourceChar(
130562: p_source_code => 'XLA_ENTITY_CODE'
130563: , p_source_type_code => 'Y'
130564: , p_source_application_id => 602
130565: );

Line 130852: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

130848: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
130849: ,p_token_1 => 'LINE_NUMBER'
130850: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
130851: ,p_token_2 => 'LINE_TYPE_NAME'
130852: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
130853: l_component_type
130854: ,l_component_code
130855: ,l_component_type_code
130856: ,l_component_appl_id

Line 131480: xla_ae_sources_pkg.GetSystemSourceNum(

131476: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
131477: l_rec_acct_attrs.array_char_value(1) := p_source_53;
131478: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
131479: l_rec_acct_attrs.array_num_value(2) :=
131480: xla_ae_sources_pkg.GetSystemSourceNum(
131481: p_source_code => 'XLA_EVENT_APPL_ID'
131482: , p_source_type_code => 'Y'
131483: , p_source_application_id => 602
131484: );

Line 131489: xla_ae_sources_pkg.GetSystemSourceChar(

131485: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
131486: l_rec_acct_attrs.array_char_value(3) := p_source_55;
131487: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
131488: l_rec_acct_attrs.array_char_value(4) :=
131489: xla_ae_sources_pkg.GetSystemSourceChar(
131490: p_source_code => 'XLA_ENTITY_CODE'
131491: , p_source_type_code => 'Y'
131492: , p_source_application_id => 602
131493: );

Line 131784: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

131780: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
131781: ,p_token_1 => 'LINE_NUMBER'
131782: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
131783: ,p_token_2 => 'LINE_TYPE_NAME'
131784: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
131785: l_component_type
131786: ,l_component_code
131787: ,l_component_type_code
131788: ,l_component_appl_id

Line 132412: xla_ae_sources_pkg.GetSystemSourceNum(

132408: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
132409: l_rec_acct_attrs.array_char_value(1) := p_source_53;
132410: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
132411: l_rec_acct_attrs.array_num_value(2) :=
132412: xla_ae_sources_pkg.GetSystemSourceNum(
132413: p_source_code => 'XLA_EVENT_APPL_ID'
132414: , p_source_type_code => 'Y'
132415: , p_source_application_id => 602
132416: );

Line 132421: xla_ae_sources_pkg.GetSystemSourceChar(

132417: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
132418: l_rec_acct_attrs.array_char_value(3) := p_source_55;
132419: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
132420: l_rec_acct_attrs.array_char_value(4) :=
132421: xla_ae_sources_pkg.GetSystemSourceChar(
132422: p_source_code => 'XLA_ENTITY_CODE'
132423: , p_source_type_code => 'Y'
132424: , p_source_application_id => 602
132425: );

Line 132714: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

132710: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
132711: ,p_token_1 => 'LINE_NUMBER'
132712: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
132713: ,p_token_2 => 'LINE_TYPE_NAME'
132714: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
132715: l_component_type
132716: ,l_component_code
132717: ,l_component_type_code
132718: ,l_component_appl_id

Line 133325: xla_ae_sources_pkg.GetSystemSourceNum(

133321: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
133322: l_rec_acct_attrs.array_char_value(1) := p_source_53;
133323: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
133324: l_rec_acct_attrs.array_num_value(2) :=
133325: xla_ae_sources_pkg.GetSystemSourceNum(
133326: p_source_code => 'XLA_EVENT_APPL_ID'
133327: , p_source_type_code => 'Y'
133328: , p_source_application_id => 602
133329: );

Line 133334: xla_ae_sources_pkg.GetSystemSourceChar(

133330: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
133331: l_rec_acct_attrs.array_char_value(3) := p_source_55;
133332: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
133333: l_rec_acct_attrs.array_char_value(4) :=
133334: xla_ae_sources_pkg.GetSystemSourceChar(
133335: p_source_code => 'XLA_ENTITY_CODE'
133336: , p_source_type_code => 'Y'
133337: , p_source_application_id => 602
133338: );

Line 133526: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

133522: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
133523: ,p_token_1 => 'LINE_NUMBER'
133524: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
133525: ,p_token_2 => 'LINE_TYPE_NAME'
133526: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
133527: l_component_type
133528: ,l_component_code
133529: ,l_component_type_code
133530: ,l_component_appl_id

Line 134034: xla_ae_sources_pkg.GetSystemSourceNum(

134030: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
134031: l_rec_acct_attrs.array_char_value(1) := p_source_53;
134032: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
134033: l_rec_acct_attrs.array_num_value(2) :=
134034: xla_ae_sources_pkg.GetSystemSourceNum(
134035: p_source_code => 'XLA_EVENT_APPL_ID'
134036: , p_source_type_code => 'Y'
134037: , p_source_application_id => 602
134038: );

Line 134043: xla_ae_sources_pkg.GetSystemSourceChar(

134039: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
134040: l_rec_acct_attrs.array_char_value(3) := p_source_55;
134041: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
134042: l_rec_acct_attrs.array_char_value(4) :=
134043: xla_ae_sources_pkg.GetSystemSourceChar(
134044: p_source_code => 'XLA_ENTITY_CODE'
134045: , p_source_type_code => 'Y'
134046: , p_source_application_id => 602
134047: );

Line 134233: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

134229: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
134230: ,p_token_1 => 'LINE_NUMBER'
134231: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
134232: ,p_token_2 => 'LINE_TYPE_NAME'
134233: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
134234: l_component_type
134235: ,l_component_code
134236: ,l_component_type_code
134237: ,l_component_appl_id

Line 134743: xla_ae_sources_pkg.GetSystemSourceNum(

134739: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
134740: l_rec_acct_attrs.array_char_value(1) := p_source_53;
134741: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
134742: l_rec_acct_attrs.array_num_value(2) :=
134743: xla_ae_sources_pkg.GetSystemSourceNum(
134744: p_source_code => 'XLA_EVENT_APPL_ID'
134745: , p_source_type_code => 'Y'
134746: , p_source_application_id => 602
134747: );

Line 134752: xla_ae_sources_pkg.GetSystemSourceChar(

134748: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
134749: l_rec_acct_attrs.array_char_value(3) := p_source_55;
134750: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
134751: l_rec_acct_attrs.array_char_value(4) :=
134752: xla_ae_sources_pkg.GetSystemSourceChar(
134753: p_source_code => 'XLA_ENTITY_CODE'
134754: , p_source_type_code => 'Y'
134755: , p_source_application_id => 602
134756: );

Line 134946: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

134942: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
134943: ,p_token_1 => 'LINE_NUMBER'
134944: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
134945: ,p_token_2 => 'LINE_TYPE_NAME'
134946: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
134947: l_component_type
134948: ,l_component_code
134949: ,l_component_type_code
134950: ,l_component_appl_id

Line 135456: xla_ae_sources_pkg.GetSystemSourceNum(

135452: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
135453: l_rec_acct_attrs.array_char_value(1) := p_source_53;
135454: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
135455: l_rec_acct_attrs.array_num_value(2) :=
135456: xla_ae_sources_pkg.GetSystemSourceNum(
135457: p_source_code => 'XLA_EVENT_APPL_ID'
135458: , p_source_type_code => 'Y'
135459: , p_source_application_id => 602
135460: );

Line 135465: xla_ae_sources_pkg.GetSystemSourceChar(

135461: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
135462: l_rec_acct_attrs.array_char_value(3) := p_source_55;
135463: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
135464: l_rec_acct_attrs.array_char_value(4) :=
135465: xla_ae_sources_pkg.GetSystemSourceChar(
135466: p_source_code => 'XLA_ENTITY_CODE'
135467: , p_source_type_code => 'Y'
135468: , p_source_application_id => 602
135469: );

Line 135657: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

135653: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
135654: ,p_token_1 => 'LINE_NUMBER'
135655: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
135656: ,p_token_2 => 'LINE_TYPE_NAME'
135657: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
135658: l_component_type
135659: ,l_component_code
135660: ,l_component_type_code
135661: ,l_component_appl_id

Line 136167: xla_ae_sources_pkg.GetSystemSourceNum(

136163: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
136164: l_rec_acct_attrs.array_char_value(1) := p_source_53;
136165: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
136166: l_rec_acct_attrs.array_num_value(2) :=
136167: xla_ae_sources_pkg.GetSystemSourceNum(
136168: p_source_code => 'XLA_EVENT_APPL_ID'
136169: , p_source_type_code => 'Y'
136170: , p_source_application_id => 602
136171: );

Line 136176: xla_ae_sources_pkg.GetSystemSourceChar(

136172: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
136173: l_rec_acct_attrs.array_char_value(3) := p_source_55;
136174: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
136175: l_rec_acct_attrs.array_char_value(4) :=
136176: xla_ae_sources_pkg.GetSystemSourceChar(
136177: p_source_code => 'XLA_ENTITY_CODE'
136178: , p_source_type_code => 'Y'
136179: , p_source_application_id => 602
136180: );

Line 136368: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

136364: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
136365: ,p_token_1 => 'LINE_NUMBER'
136366: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
136367: ,p_token_2 => 'LINE_TYPE_NAME'
136368: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
136369: l_component_type
136370: ,l_component_code
136371: ,l_component_type_code
136372: ,l_component_appl_id

Line 136876: xla_ae_sources_pkg.GetSystemSourceNum(

136872: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
136873: l_rec_acct_attrs.array_char_value(1) := p_source_53;
136874: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
136875: l_rec_acct_attrs.array_num_value(2) :=
136876: xla_ae_sources_pkg.GetSystemSourceNum(
136877: p_source_code => 'XLA_EVENT_APPL_ID'
136878: , p_source_type_code => 'Y'
136879: , p_source_application_id => 602
136880: );

Line 136885: xla_ae_sources_pkg.GetSystemSourceChar(

136881: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
136882: l_rec_acct_attrs.array_char_value(3) := p_source_55;
136883: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
136884: l_rec_acct_attrs.array_char_value(4) :=
136885: xla_ae_sources_pkg.GetSystemSourceChar(
136886: p_source_code => 'XLA_ENTITY_CODE'
136887: , p_source_type_code => 'Y'
136888: , p_source_application_id => 602
136889: );

Line 137075: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

137071: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
137072: ,p_token_1 => 'LINE_NUMBER'
137073: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
137074: ,p_token_2 => 'LINE_TYPE_NAME'
137075: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
137076: l_component_type
137077: ,l_component_code
137078: ,l_component_type_code
137079: ,l_component_appl_id

Line 137585: xla_ae_sources_pkg.GetSystemSourceNum(

137581: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
137582: l_rec_acct_attrs.array_char_value(1) := p_source_53;
137583: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
137584: l_rec_acct_attrs.array_num_value(2) :=
137585: xla_ae_sources_pkg.GetSystemSourceNum(
137586: p_source_code => 'XLA_EVENT_APPL_ID'
137587: , p_source_type_code => 'Y'
137588: , p_source_application_id => 602
137589: );

Line 137594: xla_ae_sources_pkg.GetSystemSourceChar(

137590: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
137591: l_rec_acct_attrs.array_char_value(3) := p_source_55;
137592: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
137593: l_rec_acct_attrs.array_char_value(4) :=
137594: xla_ae_sources_pkg.GetSystemSourceChar(
137595: p_source_code => 'XLA_ENTITY_CODE'
137596: , p_source_type_code => 'Y'
137597: , p_source_application_id => 602
137598: );

Line 137788: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

137784: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
137785: ,p_token_1 => 'LINE_NUMBER'
137786: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
137787: ,p_token_2 => 'LINE_TYPE_NAME'
137788: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
137789: l_component_type
137790: ,l_component_code
137791: ,l_component_type_code
137792: ,l_component_appl_id

Line 138298: xla_ae_sources_pkg.GetSystemSourceNum(

138294: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
138295: l_rec_acct_attrs.array_char_value(1) := p_source_53;
138296: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
138297: l_rec_acct_attrs.array_num_value(2) :=
138298: xla_ae_sources_pkg.GetSystemSourceNum(
138299: p_source_code => 'XLA_EVENT_APPL_ID'
138300: , p_source_type_code => 'Y'
138301: , p_source_application_id => 602
138302: );

Line 138307: xla_ae_sources_pkg.GetSystemSourceChar(

138303: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
138304: l_rec_acct_attrs.array_char_value(3) := p_source_55;
138305: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
138306: l_rec_acct_attrs.array_char_value(4) :=
138307: xla_ae_sources_pkg.GetSystemSourceChar(
138308: p_source_code => 'XLA_ENTITY_CODE'
138309: , p_source_type_code => 'Y'
138310: , p_source_application_id => 602
138311: );

Line 138499: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

138495: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
138496: ,p_token_1 => 'LINE_NUMBER'
138497: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
138498: ,p_token_2 => 'LINE_TYPE_NAME'
138499: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
138500: l_component_type
138501: ,l_component_code
138502: ,l_component_type_code
138503: ,l_component_appl_id

Line 139216: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

139212: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
139213: ,p_token_1 => 'LINE_NUMBER'
139214: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
139215: ,p_token_2 => 'LINE_TYPE_NAME'
139216: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
139217: l_component_type
139218: ,l_component_code
139219: ,l_component_type_code
139220: ,l_component_appl_id

Line 140035: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

140031: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
140032: ,p_token_1 => 'LINE_NUMBER'
140033: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
140034: ,p_token_2 => 'LINE_TYPE_NAME'
140035: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
140036: l_component_type
140037: ,l_component_code
140038: ,l_component_type_code
140039: ,l_component_appl_id

Line 140634: xla_ae_sources_pkg.GetSystemSourceNum(

140630: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
140631: l_rec_acct_attrs.array_char_value(1) := p_source_53;
140632: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
140633: l_rec_acct_attrs.array_num_value(2) :=
140634: xla_ae_sources_pkg.GetSystemSourceNum(
140635: p_source_code => 'XLA_EVENT_APPL_ID'
140636: , p_source_type_code => 'Y'
140637: , p_source_application_id => 602
140638: );

Line 140643: xla_ae_sources_pkg.GetSystemSourceChar(

140639: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
140640: l_rec_acct_attrs.array_char_value(3) := p_source_55;
140641: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
140642: l_rec_acct_attrs.array_char_value(4) :=
140643: xla_ae_sources_pkg.GetSystemSourceChar(
140644: p_source_code => 'XLA_ENTITY_CODE'
140645: , p_source_type_code => 'Y'
140646: , p_source_application_id => 602
140647: );

Line 140924: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

140920: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
140921: ,p_token_1 => 'LINE_NUMBER'
140922: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
140923: ,p_token_2 => 'LINE_TYPE_NAME'
140924: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
140925: l_component_type
140926: ,l_component_code
140927: ,l_component_type_code
140928: ,l_component_appl_id

Line 141521: xla_ae_sources_pkg.GetSystemSourceNum(

141517: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
141518: l_rec_acct_attrs.array_char_value(1) := p_source_53;
141519: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
141520: l_rec_acct_attrs.array_num_value(2) :=
141521: xla_ae_sources_pkg.GetSystemSourceNum(
141522: p_source_code => 'XLA_EVENT_APPL_ID'
141523: , p_source_type_code => 'Y'
141524: , p_source_application_id => 602
141525: );

Line 141530: xla_ae_sources_pkg.GetSystemSourceChar(

141526: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
141527: l_rec_acct_attrs.array_char_value(3) := p_source_55;
141528: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
141529: l_rec_acct_attrs.array_char_value(4) :=
141530: xla_ae_sources_pkg.GetSystemSourceChar(
141531: p_source_code => 'XLA_ENTITY_CODE'
141532: , p_source_type_code => 'Y'
141533: , p_source_application_id => 602
141534: );

Line 141809: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

141805: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
141806: ,p_token_1 => 'LINE_NUMBER'
141807: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
141808: ,p_token_2 => 'LINE_TYPE_NAME'
141809: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
141810: l_component_type
141811: ,l_component_code
141812: ,l_component_type_code
141813: ,l_component_appl_id

Line 142408: xla_ae_sources_pkg.GetSystemSourceNum(

142404: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
142405: l_rec_acct_attrs.array_char_value(1) := p_source_53;
142406: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
142407: l_rec_acct_attrs.array_num_value(2) :=
142408: xla_ae_sources_pkg.GetSystemSourceNum(
142409: p_source_code => 'XLA_EVENT_APPL_ID'
142410: , p_source_type_code => 'Y'
142411: , p_source_application_id => 602
142412: );

Line 142417: xla_ae_sources_pkg.GetSystemSourceChar(

142413: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
142414: l_rec_acct_attrs.array_char_value(3) := p_source_55;
142415: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
142416: l_rec_acct_attrs.array_char_value(4) :=
142417: xla_ae_sources_pkg.GetSystemSourceChar(
142418: p_source_code => 'XLA_ENTITY_CODE'
142419: , p_source_type_code => 'Y'
142420: , p_source_application_id => 602
142421: );

Line 142700: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

142696: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
142697: ,p_token_1 => 'LINE_NUMBER'
142698: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
142699: ,p_token_2 => 'LINE_TYPE_NAME'
142700: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
142701: l_component_type
142702: ,l_component_code
142703: ,l_component_type_code
142704: ,l_component_appl_id

Line 143299: xla_ae_sources_pkg.GetSystemSourceNum(

143295: l_rec_acct_attrs.array_acct_attr_code(1) := 'ACCOUNTING_REVERSAL_OPTION';
143296: l_rec_acct_attrs.array_char_value(1) := p_source_53;
143297: l_rec_acct_attrs.array_acct_attr_code(2) := 'ALLOC_TO_APPLICATION_ID';
143298: l_rec_acct_attrs.array_num_value(2) :=
143299: xla_ae_sources_pkg.GetSystemSourceNum(
143300: p_source_code => 'XLA_EVENT_APPL_ID'
143301: , p_source_type_code => 'Y'
143302: , p_source_application_id => 602
143303: );

Line 143308: xla_ae_sources_pkg.GetSystemSourceChar(

143304: l_rec_acct_attrs.array_acct_attr_code(3) := 'ALLOC_TO_DISTRIBUTION_TYPE';
143305: l_rec_acct_attrs.array_char_value(3) := p_source_55;
143306: l_rec_acct_attrs.array_acct_attr_code(4) := 'ALLOC_TO_ENTITY_CODE';
143307: l_rec_acct_attrs.array_char_value(4) :=
143308: xla_ae_sources_pkg.GetSystemSourceChar(
143309: p_source_code => 'XLA_ENTITY_CODE'
143310: , p_source_type_code => 'Y'
143311: , p_source_application_id => 602
143312: );

Line 143589: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (

143585: ,p_msg_name => 'XLA_UPG_OVERRIDE_ADR_UNDEFINED'
143586: ,p_token_1 => 'LINE_NUMBER'
143587: ,p_value_1 => XLA_AE_LINES_PKG.g_LineNumber
143588: ,p_token_2 => 'LINE_TYPE_NAME'
143589: ,p_value_2 => XLA_AE_SOURCES_PKG.GetComponentName (
143590: l_component_type
143591: ,l_component_code
143592: ,l_component_type_code
143593: ,l_component_appl_id

Line 145212: xla_ae_sources_pkg.GetSystemSourceDate(

145208: l_rec_acct_attrs.array_acct_attr_code(3) := 'DOC_SEQUENCE_VALUE';
145209: l_rec_acct_attrs.array_num_value(3) := g_array_event(l_event_id).array_value_num('source_7');
145210: l_rec_acct_attrs.array_acct_attr_code(4) := 'GL_DATE';
145211: l_rec_acct_attrs.array_date_value(4) :=
145212: xla_ae_sources_pkg.GetSystemSourceDate(
145213: p_source_code => 'XLA_EVENT_DATE'
145214: , p_source_type_code => 'Y'
145215: , p_source_application_id => 602
145216: );

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

145254: xla_accounting_err_pkg.build_message
145255: (p_appli_s_name => 'XLA'
145256: ,p_msg_name => 'XLA_AP_INVALID_HDR_ATTR'
145257: ,p_token_1 => 'ACCT_ATTR_NAME'
145258: ,p_value_1 => xla_ae_sources_pkg.GetAccountingSourceName('TRX_ACCT_REVERSAL_OPTION')
145259: ,p_token_2 => 'PRODUCT_NAME'
145260: ,p_value_2 => xla_ae_journal_entry_pkg.g_cache_event.application_name
145261: ,p_entity_id => xla_ae_journal_entry_pkg.g_cache_event.entity_id
145262: ,p_event_id => xla_ae_journal_entry_pkg.g_cache_event.event_id

Line 148479: xla_ae_sources_pkg.GetSystemSourceDate(

148475: l_rec_acct_attrs.array_acct_attr_code(3) := 'DOC_SEQUENCE_VALUE';
148476: l_rec_acct_attrs.array_num_value(3) := g_array_event(l_event_id).array_value_num('source_7');
148477: l_rec_acct_attrs.array_acct_attr_code(4) := 'GL_DATE';
148478: l_rec_acct_attrs.array_date_value(4) :=
148479: xla_ae_sources_pkg.GetSystemSourceDate(
148480: p_source_code => 'XLA_EVENT_DATE'
148481: , p_source_type_code => 'Y'
148482: , p_source_application_id => 602
148483: );

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

148521: xla_accounting_err_pkg.build_message
148522: (p_appli_s_name => 'XLA'
148523: ,p_msg_name => 'XLA_AP_INVALID_HDR_ATTR'
148524: ,p_token_1 => 'ACCT_ATTR_NAME'
148525: ,p_value_1 => xla_ae_sources_pkg.GetAccountingSourceName('TRX_ACCT_REVERSAL_OPTION')
148526: ,p_token_2 => 'PRODUCT_NAME'
148527: ,p_value_2 => xla_ae_journal_entry_pkg.g_cache_event.application_name
148528: ,p_entity_id => xla_ae_journal_entry_pkg.g_cache_event.entity_id
148529: ,p_event_id => xla_ae_journal_entry_pkg.g_cache_event.event_id

Line 151600: xla_ae_sources_pkg.GetSystemSourceDate(

151596: l_rec_acct_attrs.array_acct_attr_code(3) := 'DOC_SEQUENCE_VALUE';
151597: l_rec_acct_attrs.array_num_value(3) := g_array_event(l_event_id).array_value_num('source_9');
151598: l_rec_acct_attrs.array_acct_attr_code(4) := 'GL_DATE';
151599: l_rec_acct_attrs.array_date_value(4) :=
151600: xla_ae_sources_pkg.GetSystemSourceDate(
151601: p_source_code => 'XLA_EVENT_DATE'
151602: , p_source_type_code => 'Y'
151603: , p_source_application_id => 602
151604: );

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

151642: xla_accounting_err_pkg.build_message
151643: (p_appli_s_name => 'XLA'
151644: ,p_msg_name => 'XLA_AP_INVALID_HDR_ATTR'
151645: ,p_token_1 => 'ACCT_ATTR_NAME'
151646: ,p_value_1 => xla_ae_sources_pkg.GetAccountingSourceName('TRX_ACCT_REVERSAL_OPTION')
151647: ,p_token_2 => 'PRODUCT_NAME'
151648: ,p_value_2 => xla_ae_journal_entry_pkg.g_cache_event.application_name
151649: ,p_entity_id => xla_ae_journal_entry_pkg.g_cache_event.entity_id
151650: ,p_event_id => xla_ae_journal_entry_pkg.g_cache_event.event_id

Line 154143: xla_ae_sources_pkg.GetSystemSourceDate(

154139: l_rec_acct_attrs.array_acct_attr_code(3) := 'DOC_SEQUENCE_VALUE';
154140: l_rec_acct_attrs.array_num_value(3) := g_array_event(l_event_id).array_value_num('source_7');
154141: l_rec_acct_attrs.array_acct_attr_code(4) := 'GL_DATE';
154142: l_rec_acct_attrs.array_date_value(4) :=
154143: xla_ae_sources_pkg.GetSystemSourceDate(
154144: p_source_code => 'XLA_EVENT_DATE'
154145: , p_source_type_code => 'Y'
154146: , p_source_application_id => 602
154147: );

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

154185: xla_accounting_err_pkg.build_message
154186: (p_appli_s_name => 'XLA'
154187: ,p_msg_name => 'XLA_AP_INVALID_HDR_ATTR'
154188: ,p_token_1 => 'ACCT_ATTR_NAME'
154189: ,p_value_1 => xla_ae_sources_pkg.GetAccountingSourceName('TRX_ACCT_REVERSAL_OPTION')
154190: ,p_token_2 => 'PRODUCT_NAME'
154191: ,p_value_2 => xla_ae_journal_entry_pkg.g_cache_event.application_name
154192: ,p_entity_id => xla_ae_journal_entry_pkg.g_cache_event.entity_id
154193: ,p_event_id => xla_ae_journal_entry_pkg.g_cache_event.event_id

Line 157646: xla_ae_sources_pkg.GetSystemSourceDate(

157642: l_rec_acct_attrs.array_acct_attr_code(3) := 'DOC_SEQUENCE_VALUE';
157643: l_rec_acct_attrs.array_num_value(3) := g_array_event(l_event_id).array_value_num('source_9');
157644: l_rec_acct_attrs.array_acct_attr_code(4) := 'GL_DATE';
157645: l_rec_acct_attrs.array_date_value(4) :=
157646: xla_ae_sources_pkg.GetSystemSourceDate(
157647: p_source_code => 'XLA_EVENT_DATE'
157648: , p_source_type_code => 'Y'
157649: , p_source_application_id => 602
157650: );

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

157690: xla_accounting_err_pkg.build_message
157691: (p_appli_s_name => 'XLA'
157692: ,p_msg_name => 'XLA_AP_INVALID_HDR_ATTR'
157693: ,p_token_1 => 'ACCT_ATTR_NAME'
157694: ,p_value_1 => xla_ae_sources_pkg.GetAccountingSourceName('TRX_ACCT_REVERSAL_OPTION')
157695: ,p_token_2 => 'PRODUCT_NAME'
157696: ,p_value_2 => xla_ae_journal_entry_pkg.g_cache_event.application_name
157697: ,p_entity_id => xla_ae_journal_entry_pkg.g_cache_event.entity_id
157698: ,p_event_id => xla_ae_journal_entry_pkg.g_cache_event.event_id

Line 160599: xla_ae_sources_pkg.GetSystemSourceDate(

160595: l_rec_acct_attrs.array_acct_attr_code(3) := 'DOC_SEQUENCE_VALUE';
160596: l_rec_acct_attrs.array_num_value(3) := g_array_event(l_event_id).array_value_num('source_7');
160597: l_rec_acct_attrs.array_acct_attr_code(4) := 'GL_DATE';
160598: l_rec_acct_attrs.array_date_value(4) :=
160599: xla_ae_sources_pkg.GetSystemSourceDate(
160600: p_source_code => 'XLA_EVENT_DATE'
160601: , p_source_type_code => 'Y'
160602: , p_source_application_id => 602
160603: );

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

160641: xla_accounting_err_pkg.build_message
160642: (p_appli_s_name => 'XLA'
160643: ,p_msg_name => 'XLA_AP_INVALID_HDR_ATTR'
160644: ,p_token_1 => 'ACCT_ATTR_NAME'
160645: ,p_value_1 => xla_ae_sources_pkg.GetAccountingSourceName('TRX_ACCT_REVERSAL_OPTION')
160646: ,p_token_2 => 'PRODUCT_NAME'
160647: ,p_value_2 => xla_ae_journal_entry_pkg.g_cache_event.application_name
160648: ,p_entity_id => xla_ae_journal_entry_pkg.g_cache_event.entity_id
160649: ,p_event_id => xla_ae_journal_entry_pkg.g_cache_event.event_id

Line 163067: xla_ae_sources_pkg.GetSystemSourceDate(

163063: l_rec_acct_attrs.array_acct_attr_code(3) := 'DOC_SEQUENCE_VALUE';
163064: l_rec_acct_attrs.array_num_value(3) := g_array_event(l_event_id).array_value_num('source_7');
163065: l_rec_acct_attrs.array_acct_attr_code(4) := 'GL_DATE';
163066: l_rec_acct_attrs.array_date_value(4) :=
163067: xla_ae_sources_pkg.GetSystemSourceDate(
163068: p_source_code => 'XLA_EVENT_DATE'
163069: , p_source_type_code => 'Y'
163070: , p_source_application_id => 602
163071: );

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

163109: xla_accounting_err_pkg.build_message
163110: (p_appli_s_name => 'XLA'
163111: ,p_msg_name => 'XLA_AP_INVALID_HDR_ATTR'
163112: ,p_token_1 => 'ACCT_ATTR_NAME'
163113: ,p_value_1 => xla_ae_sources_pkg.GetAccountingSourceName('TRX_ACCT_REVERSAL_OPTION')
163114: ,p_token_2 => 'PRODUCT_NAME'
163115: ,p_value_2 => xla_ae_journal_entry_pkg.g_cache_event.application_name
163116: ,p_entity_id => xla_ae_journal_entry_pkg.g_cache_event.entity_id
163117: ,p_event_id => xla_ae_journal_entry_pkg.g_cache_event.event_id

Line 166518: xla_ae_sources_pkg.GetSystemSourceDate(

166514: l_rec_acct_attrs.array_acct_attr_code(3) := 'DOC_SEQUENCE_VALUE';
166515: l_rec_acct_attrs.array_num_value(3) := g_array_event(l_event_id).array_value_num('source_9');
166516: l_rec_acct_attrs.array_acct_attr_code(4) := 'GL_DATE';
166517: l_rec_acct_attrs.array_date_value(4) :=
166518: xla_ae_sources_pkg.GetSystemSourceDate(
166519: p_source_code => 'XLA_EVENT_DATE'
166520: , p_source_type_code => 'Y'
166521: , p_source_application_id => 602
166522: );

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

166560: xla_accounting_err_pkg.build_message
166561: (p_appli_s_name => 'XLA'
166562: ,p_msg_name => 'XLA_AP_INVALID_HDR_ATTR'
166563: ,p_token_1 => 'ACCT_ATTR_NAME'
166564: ,p_value_1 => xla_ae_sources_pkg.GetAccountingSourceName('TRX_ACCT_REVERSAL_OPTION')
166565: ,p_token_2 => 'PRODUCT_NAME'
166566: ,p_value_2 => xla_ae_journal_entry_pkg.g_cache_event.application_name
166567: ,p_entity_id => xla_ae_journal_entry_pkg.g_cache_event.entity_id
166568: ,p_event_id => xla_ae_journal_entry_pkg.g_cache_event.event_id

Line 169460: xla_ae_sources_pkg.GetSystemSourceDate(

169456: l_rec_acct_attrs.array_acct_attr_code(3) := 'DOC_SEQUENCE_VALUE';
169457: l_rec_acct_attrs.array_num_value(3) := g_array_event(l_event_id).array_value_num('source_9');
169458: l_rec_acct_attrs.array_acct_attr_code(4) := 'GL_DATE';
169459: l_rec_acct_attrs.array_date_value(4) :=
169460: xla_ae_sources_pkg.GetSystemSourceDate(
169461: p_source_code => 'XLA_EVENT_DATE'
169462: , p_source_type_code => 'Y'
169463: , p_source_application_id => 602
169464: );

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

169504: xla_accounting_err_pkg.build_message
169505: (p_appli_s_name => 'XLA'
169506: ,p_msg_name => 'XLA_AP_INVALID_HDR_ATTR'
169507: ,p_token_1 => 'ACCT_ATTR_NAME'
169508: ,p_value_1 => xla_ae_sources_pkg.GetAccountingSourceName('TRX_ACCT_REVERSAL_OPTION')
169509: ,p_token_2 => 'PRODUCT_NAME'
169510: ,p_value_2 => xla_ae_journal_entry_pkg.g_cache_event.application_name
169511: ,p_entity_id => xla_ae_journal_entry_pkg.g_cache_event.entity_id
169512: ,p_event_id => xla_ae_journal_entry_pkg.g_cache_event.event_id