DBA Data[Home] [Help]

APPS.AP_PERIOD_CLOSE_PKG dependencies on XLA_EVENTS_PUB_PKG

Line 1285: /*xla_events_pub_pkg.period_close(P_API_VERSION => 1

1281:
1282: -- check transfer to GL
1283: -- Bug#7649020: Commented call to xla package to make codepath
1284: -- for period close and PCER as close as possible
1285: /*xla_events_pub_pkg.period_close(P_API_VERSION => 1
1286: , X_RETURN_STATUS => p_validation_flag
1287: , P_APPLICATION_ID => G_AP_APPLICATION_ID
1288: , P_LEDGER_ID => g_ledger_id
1289: , P_PERIOD_NAME => g_period_name);

Line 1291: debug ('xla_events_pub_pkg.period_close: p_validation_flag='||p_validation_flag);

1287: , P_APPLICATION_ID => G_AP_APPLICATION_ID
1288: , P_LEDGER_ID => g_ledger_id
1289: , P_PERIOD_NAME => g_period_name);
1290:
1291: debug ('xla_events_pub_pkg.period_close: p_validation_flag='||p_validation_flag);
1292:
1293: if (p_validation_flag <> 'S') then
1294: set_expected_error ('AP_UNTRNF_EVENTS_IN_XLA ' ||' - Untransferred XLA events');
1295: return;

Line 1558: | RETURN: XLA_EVENTS_PUB_PKG.T_SECURITY

1554: | PRAMETERS:
1555: | p_org_id: Organization ID
1556: | p_calling_sequence: Debug information
1557: |
1558: | RETURN: XLA_EVENTS_PUB_PKG.T_SECURITY
1559: |
1560: | KNOWN ISSUES:
1561: |
1562: | NOTES:

Line 1571: RETURN XLA_EVENTS_PUB_PKG.T_SECURITY

1567: *===========================================================================*/
1568: FUNCTION get_event_security_context(
1569: p_org_id IN NUMBER,
1570: p_calling_sequence IN VARCHAR2)
1571: RETURN XLA_EVENTS_PUB_PKG.T_SECURITY
1572: IS
1573:
1574: l_event_security_context XLA_EVENTS_PUB_PKG.T_SECURITY;
1575:

Line 1574: l_event_security_context XLA_EVENTS_PUB_PKG.T_SECURITY;

1570: p_calling_sequence IN VARCHAR2)
1571: RETURN XLA_EVENTS_PUB_PKG.T_SECURITY
1572: IS
1573:
1574: l_event_security_context XLA_EVENTS_PUB_PKG.T_SECURITY;
1575:
1576: BEGIN
1577:
1578: l_event_security_context.security_id_int_1 := p_org_id;

Line 1597: | RETURN: XLA_EVENTS_PUB_PKG.T_EVENT_SOURCE_INFO

1593: | p_ledger_id: Ledger ID
1594: | p_trans_id: Invoice ID / Check ID
1595: | p_calling_sequence: Debug information
1596: |
1597: | RETURN: XLA_EVENTS_PUB_PKG.T_EVENT_SOURCE_INFO
1598: |
1599: | KNOWN ISSUES:
1600: |
1601: | NOTES:

Line 1616: RETURN XLA_EVENTS_PUB_PKG.T_EVENT_SOURCE_INFO

1612: p_inv_payment_id IN NUMBER, -- 7318763
1613: p_trans_num IN VARCHAR2,
1614: p_context IN VARCHAR2,
1615: p_calling_sequence IN VARCHAR2)
1616: RETURN XLA_EVENTS_PUB_PKG.T_EVENT_SOURCE_INFO
1617: IS
1618: /* Modified the procedure for bug 7137359, related to AWT event creation */
1619: l_invoice_num VARCHAR2(50);
1620: l_event_source_info XLA_EVENTS_PUB_PKG.T_EVENT_SOURCE_INFO;

Line 1620: l_event_source_info XLA_EVENTS_PUB_PKG.T_EVENT_SOURCE_INFO;

1616: RETURN XLA_EVENTS_PUB_PKG.T_EVENT_SOURCE_INFO
1617: IS
1618: /* Modified the procedure for bug 7137359, related to AWT event creation */
1619: l_invoice_num VARCHAR2(50);
1620: l_event_source_info XLA_EVENTS_PUB_PKG.T_EVENT_SOURCE_INFO;
1621: l_count NUMBER(15);
1622: l_check_id AP_CHECKS_ALL.Check_Id%TYPE;
1623: l_check_number AP_CHECKS_ALL.Check_Number%TYPE;
1624:

Line 1864: l_event_security_context XLA_EVENTS_PUB_PKG.T_SECURITY;

1860: l_org_ids t_org_ids;
1861: l_legal_entity_ids t_legal_entity_ids;
1862: --l_ledger_ids t_ledger_ids;
1863: l_sources t_source;
1864: l_event_security_context XLA_EVENTS_PUB_PKG.T_SECURITY;
1865: l_event_source_info XLA_EVENTS_PUB_PKG.T_EVENT_SOURCE_INFO;
1866: l_curr_calling_sequence VARCHAR2(200);
1867:
1868: -- Bug 7137359

Line 1865: l_event_source_info XLA_EVENTS_PUB_PKG.T_EVENT_SOURCE_INFO;

1861: l_legal_entity_ids t_legal_entity_ids;
1862: --l_ledger_ids t_ledger_ids;
1863: l_sources t_source;
1864: l_event_security_context XLA_EVENTS_PUB_PKG.T_SECURITY;
1865: l_event_source_info XLA_EVENTS_PUB_PKG.T_EVENT_SOURCE_INFO;
1866: l_curr_calling_sequence VARCHAR2(200);
1867:
1868: -- Bug 7137359
1869: l_xla_event XLA_EVENTS.EVENT_ID%TYPE;