DBA Data[Home] [Help]

APPS.CST_XLA_PVT dependencies on XLA_EVENTS_PUB_PKG

Line 367: l_source_data XLA_EVENTS_PUB_PKG.t_event_source_info;

363: l_stmt_num NUMBER := 0;
364: l_api_message VARCHAR2(1000);
365:
366: -- SLA Data Structures
367: l_source_data XLA_EVENTS_PUB_PKG.t_event_source_info;
368: l_reference_data XLA_EVENTS_PUB_PKG.t_event_reference_info;
369: l_security_data XLA_EVENTS_PUB_PKG.t_security;
370:
371:

Line 368: l_reference_data XLA_EVENTS_PUB_PKG.t_event_reference_info;

364: l_api_message VARCHAR2(1000);
365:
366: -- SLA Data Structures
367: l_source_data XLA_EVENTS_PUB_PKG.t_event_source_info;
368: l_reference_data XLA_EVENTS_PUB_PKG.t_event_reference_info;
369: l_security_data XLA_EVENTS_PUB_PKG.t_security;
370:
371:
372: l_event_id NUMBER;

Line 369: l_security_data XLA_EVENTS_PUB_PKG.t_security;

365:
366: -- SLA Data Structures
367: l_source_data XLA_EVENTS_PUB_PKG.t_event_source_info;
368: l_reference_data XLA_EVENTS_PUB_PKG.t_event_reference_info;
369: l_security_data XLA_EVENTS_PUB_PKG.t_security;
370:
371:
372: l_event_id NUMBER;
373: l_bc_event_id NUMBER;

Line 510: l_event_id := XLA_EVENTS_PUB_PKG.create_event

506: END IF;
507: -- SLA API to generate the event
508: l_stmt_num := 40;
509:
510: l_event_id := XLA_EVENTS_PUB_PKG.create_event
511: ( p_event_source_info => l_source_data,
512: p_event_type_code => l_event_type_code,
513: -- Bug#7566005: Event_date is the accounting_date
514: p_event_date => l_reference_data.reference_date_1,

Line 516: p_event_status_code => xla_events_pub_pkg.C_EVENT_UNPROCESSED,

512: p_event_type_code => l_event_type_code,
513: -- Bug#7566005: Event_date is the accounting_date
514: p_event_date => l_reference_data.reference_date_1,
515: --p_event_date => p_trx_info.TRANSACTION_DATE,
516: p_event_status_code => xla_events_pub_pkg.C_EVENT_UNPROCESSED,
517: p_event_number => NULL,
518: p_transaction_date => p_trx_info.TRANSACTION_DATE,
519: p_reference_info => l_reference_data,
520: p_valuation_method => NULL,

Line 682: -- l_bc_event_id := XLA_EVENTS_PUB_PKG.create_event

678: -- END IF;
679:
680: -- l_stmt_num := 50;
681: /* Create the encumbrance event for this transaction */
682: -- l_bc_event_id := XLA_EVENTS_PUB_PKG.create_event
683: -- ( p_event_source_info => l_source_data,
684: -- p_event_type_code => l_event_type_code,
685: -- Bug#7566005: Event_date is the accounting_date (already commented)
686: -- p_event_date => l_reference_data.reference_date_1,

Line 688: -- p_event_status_code => xla_events_pub_pkg.C_EVENT_UNPROCESSED,

684: -- p_event_type_code => l_event_type_code,
685: -- Bug#7566005: Event_date is the accounting_date (already commented)
686: -- p_event_date => l_reference_data.reference_date_1,
687: -- p_event_date => p_trx_info.TRANSACTION_DATE, (already commented)
688: -- p_event_status_code => xla_events_pub_pkg.C_EVENT_UNPROCESSED,
689: -- p_event_number => NULL,
690: -- p_transaction_date => p_trx_info.TRANSACTION_DATE,
691: -- p_reference_info => l_reference_data,
692: -- p_valuation_method => NULL,

Line 874: l_source_data XLA_EVENTS_PUB_PKG.t_event_source_info;

870: l_api_message VARCHAR2(1000);
871: l_mta_exists NUMBER;
872:
873: -- SLA Data Structures
874: l_source_data XLA_EVENTS_PUB_PKG.t_event_source_info;
875: l_reference_data XLA_EVENTS_PUB_PKG.t_event_reference_info;
876: l_security_data XLA_EVENTS_PUB_PKG.t_security;
877:
878: l_events CST_XLA_PVT.t_cst_inv_events;

Line 875: l_reference_data XLA_EVENTS_PUB_PKG.t_event_reference_info;

871: l_mta_exists NUMBER;
872:
873: -- SLA Data Structures
874: l_source_data XLA_EVENTS_PUB_PKG.t_event_source_info;
875: l_reference_data XLA_EVENTS_PUB_PKG.t_event_reference_info;
876: l_security_data XLA_EVENTS_PUB_PKG.t_security;
877:
878: l_events CST_XLA_PVT.t_cst_inv_events;
879: l_event_id NUMBER;

Line 876: l_security_data XLA_EVENTS_PUB_PKG.t_security;

872:
873: -- SLA Data Structures
874: l_source_data XLA_EVENTS_PUB_PKG.t_event_source_info;
875: l_reference_data XLA_EVENTS_PUB_PKG.t_event_reference_info;
876: l_security_data XLA_EVENTS_PUB_PKG.t_security;
877:
878: l_events CST_XLA_PVT.t_cst_inv_events;
879: l_event_id NUMBER;
880: l_index pls_integer;

Line 1364: l_event_id := XLA_EVENTS_PUB_PKG.create_event

1360: p_trx_info.transaction_date,
1361: l_security_data.security_id_int_2);
1362:
1363: l_stmt_num := 130;
1364: l_event_id := XLA_EVENTS_PUB_PKG.create_event
1365: ( p_event_source_info => l_source_data,
1366: p_event_type_code => l_events(l_index).event_type_code,
1367: -- Bug#7566005: Event_date is the accounting_date
1368: p_event_date => l_reference_data.reference_date_1,

Line 1370: p_event_status_code => xla_events_pub_pkg.C_EVENT_UNPROCESSED,

1366: p_event_type_code => l_events(l_index).event_type_code,
1367: -- Bug#7566005: Event_date is the accounting_date
1368: p_event_date => l_reference_data.reference_date_1,
1369: --p_event_date => p_trx_info.TRANSACTION_DATE,
1370: p_event_status_code => xla_events_pub_pkg.C_EVENT_UNPROCESSED,
1371: p_event_number => NULL,
1372: p_transaction_date => p_trx_info.TRANSACTION_DATE,
1373: p_reference_info => l_reference_data,
1374: p_valuation_method => NULL,

Line 1437: -- l_bc_event_id := XLA_EVENTS_PUB_PKG.create_event

1433: -- END IF;
1434:
1435:
1436: -- /* Create the encumbrance event for this transaction */
1437: -- l_bc_event_id := XLA_EVENTS_PUB_PKG.create_event
1438: -- ( p_event_source_info => l_source_data,
1439: -- p_event_type_code => l_events(l_index).event_type_code,
1440: -- Bug#7566005: Event_date is the accounting_date
1441: -- p_event_date => l_reference_data.reference_date_1,

Line 1443: -- p_event_status_code => xla_events_pub_pkg.C_EVENT_UNPROCESSED,

1439: -- p_event_type_code => l_events(l_index).event_type_code,
1440: -- Bug#7566005: Event_date is the accounting_date
1441: -- p_event_date => l_reference_data.reference_date_1,
1442: --p_event_date => p_trx_info.TRANSACTION_DATE,
1443: -- p_event_status_code => xla_events_pub_pkg.C_EVENT_UNPROCESSED,
1444: -- p_event_number => NULL,
1445: -- p_transaction_date => p_trx_info.TRANSACTION_DATE,
1446: -- p_reference_info => l_reference_data,
1447: -- p_valuation_method => NULL,

Line 1604: l_source_data XLA_EVENTS_PUB_PKG.t_event_source_info;

1600: l_api_message VARCHAR2(1000);
1601: l_pjm_blueprint PJM_ORG_PARAMETERS.PA_POSTING_FLAG%TYPE;
1602:
1603: -- SLA Data Structures
1604: l_source_data XLA_EVENTS_PUB_PKG.t_event_source_info;
1605: l_reference_data XLA_EVENTS_PUB_PKG.t_event_reference_info;
1606: l_security_data XLA_EVENTS_PUB_PKG.t_security;
1607:
1608: l_event_id NUMBER;

Line 1605: l_reference_data XLA_EVENTS_PUB_PKG.t_event_reference_info;

1601: l_pjm_blueprint PJM_ORG_PARAMETERS.PA_POSTING_FLAG%TYPE;
1602:
1603: -- SLA Data Structures
1604: l_source_data XLA_EVENTS_PUB_PKG.t_event_source_info;
1605: l_reference_data XLA_EVENTS_PUB_PKG.t_event_reference_info;
1606: l_security_data XLA_EVENTS_PUB_PKG.t_security;
1607:
1608: l_event_id NUMBER;
1609: l_event_type_code VARCHAR2(30);

Line 1606: l_security_data XLA_EVENTS_PUB_PKG.t_security;

1602:
1603: -- SLA Data Structures
1604: l_source_data XLA_EVENTS_PUB_PKG.t_event_source_info;
1605: l_reference_data XLA_EVENTS_PUB_PKG.t_event_reference_info;
1606: l_security_data XLA_EVENTS_PUB_PKG.t_security;
1607:
1608: l_event_id NUMBER;
1609: l_event_type_code VARCHAR2(30);
1610:

Line 1765: l_event_id := XLA_EVENTS_PUB_PKG.create_event

1761: END IF;
1762: -- SLA API to generate the event
1763: l_stmt_num := 40;
1764:
1765: l_event_id := XLA_EVENTS_PUB_PKG.create_event
1766: ( p_event_source_info => l_source_data,
1767: p_event_type_code => l_event_type_code,
1768: -- Bug#7566005: Event_date is the accounting_date
1769: p_event_date => l_reference_data.reference_date_1,

Line 1771: p_event_status_code => xla_events_pub_pkg.C_EVENT_UNPROCESSED,

1767: p_event_type_code => l_event_type_code,
1768: -- Bug#7566005: Event_date is the accounting_date
1769: p_event_date => l_reference_data.reference_date_1,
1770: --p_event_date => p_trx_info.TRANSACTION_DATE,
1771: p_event_status_code => xla_events_pub_pkg.C_EVENT_UNPROCESSED,
1772: p_event_number => NULL,
1773: p_transaction_date => p_trx_info.TRANSACTION_DATE,
1774: p_reference_info => l_reference_data,
1775: p_valuation_method => NULL,

Line 1983: XLA_EVENTS_PUB_PKG.C_EVENT_UNPROCESSED,

1979: INV_LE_TIMEZONE_PUB.get_le_day_time_for_ou(
1980: WCTI.TRANSACTION_DATE,
1981: l_operating_unit),
1982: --WCTI.TRANSACTION_DATE,
1983: XLA_EVENTS_PUB_PKG.C_EVENT_UNPROCESSED,
1984: WCTI.ORGANIZATION_ID,
1985: l_operating_unit,
1986: WCTI.TRANSACTION_DATE,
1987: INV_LE_TIMEZONE_PUB.get_le_day_time_for_ou(

Line 2016: XLA_EVENTS_PUB_PKG.C_EVENT_UNPROCESSED,

2012: INV_LE_TIMEZONE_PUB.get_le_day_time_for_ou(
2013: WCTI.TRANSACTION_DATE,
2014: l_operating_unit),
2015: --WCTI.TRANSACTION_DATE,
2016: XLA_EVENTS_PUB_PKG.C_EVENT_UNPROCESSED,
2017: WCTI.ORGANIZATION_ID,
2018: l_operating_unit,
2019: WCTI.TRANSACTION_DATE,
2020: INV_LE_TIMEZONE_PUB.get_le_day_time_for_ou(

Line 2047: xla_events_pub_pkg.create_bulk_events(

2043: NVL(blueprint_sla_hook_wrap(wta.transaction_id, 'WCTI'),0)) = 1);
2044: --}
2045: l_stmt_num := 30;
2046:
2047: xla_events_pub_pkg.create_bulk_events(
2048: p_source_application_id => G_WIP_APPLICATION_ID,
2049: p_application_id => G_CST_APPLICATION_ID,
2050: p_ledger_id => l_ledger_id,
2051: p_entity_type_code => 'WIP_ACCOUNTING_EVENTS');

Line 2247: DECODE(mta.slid,NULL,XLA_EVENTS_PUB_PKG.C_EVENT_NOACTION, XLA_EVENTS_PUB_PKG.C_EVENT_UNPROCESSED),

2243: INV_LE_TIMEZONE_PUB.get_le_day_time_for_ou(
2244: mmt.TRANSACTION_DATE,
2245: l_operating_unit),
2246: --{BUG#7505874
2247: DECODE(mta.slid,NULL,XLA_EVENTS_PUB_PKG.C_EVENT_NOACTION, XLA_EVENTS_PUB_PKG.C_EVENT_UNPROCESSED),
2248: --}
2249: mmt.ORGANIZATION_ID,
2250: l_operating_unit,
2251: mmt.TRANSACTION_DATE,

Line 2279: xla_events_pub_pkg.create_bulk_events(

2275:
2276:
2277: l_stmt_num := 30;
2278:
2279: xla_events_pub_pkg.create_bulk_events(
2280: p_source_application_id => G_INV_APPLICATION_ID,
2281: p_application_id => G_CST_APPLICATION_ID,
2282: p_ledger_id => l_ledger_id,
2283: p_entity_type_code => 'MTL_ACCOUNTING_EVENTS');

Line 2473: XLA_EVENTS_PUB_PKG.C_EVENT_UNPROCESSED,

2469: TRANSACTION_ID,
2470: 'WIP_COST_UPD',
2471: 'WIP_COST_UPD',
2472: TRANSACTION_DATE,
2473: XLA_EVENTS_PUB_PKG.C_EVENT_UNPROCESSED,
2474: organization_id,
2475: l_operating_unit,
2476: --BUG#7566005 synch event_date with accounting_date
2477: -- TRANSACTION_DATE,

Line 2495: xla_events_pub_pkg.create_bulk_events(

2491:
2492:
2493: l_stmt_num := 30;
2494:
2495: xla_events_pub_pkg.create_bulk_events(
2496: p_source_application_id => G_WIP_APPLICATION_ID,
2497: p_application_id => G_CST_APPLICATION_ID,
2498: p_ledger_id => l_ledger_id,
2499: p_entity_type_code => 'WIP_ACCOUNTING_EVENTS');