DBA Data[Home] [Help]

APPS.AP_PERIOD_CLOSE_PKG dependencies on XLA_EVENTS_PUB_PKG

Line 1057: xla_events_pub_pkg.period_close(P_API_VERSION => 1

1053: return;
1054: end if;
1055:
1056: -- check transfer to GL
1057: xla_events_pub_pkg.period_close(P_API_VERSION => 1
1058: , X_RETURN_STATUS => p_validation_flag
1059: , P_APPLICATION_ID => G_AP_APPLICATION_ID
1060: , P_LEDGER_ID => g_ledger_id
1061: , P_PERIOD_NAME => g_period_name);

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

1059: , P_APPLICATION_ID => G_AP_APPLICATION_ID
1060: , P_LEDGER_ID => g_ledger_id
1061: , P_PERIOD_NAME => g_period_name);
1062:
1063: debug ('xla_events_pub_pkg.period_close: p_validation_flag='||p_validation_flag);
1064:
1065: if (p_validation_flag <> 'S') then
1066: set_expected_error ('AP_UNTRNF_EVENTS_IN_XLA ' ||' - Untransferred XLA events');
1067: return;

Line 1298: | RETURN: XLA_EVENTS_PUB_PKG.T_SECURITY

1294: | PRAMETERS:
1295: | p_org_id: Organization ID
1296: | p_calling_sequence: Debug information
1297: |
1298: | RETURN: XLA_EVENTS_PUB_PKG.T_SECURITY
1299: |
1300: | KNOWN ISSUES:
1301: |
1302: | NOTES:

Line 1311: RETURN XLA_EVENTS_PUB_PKG.T_SECURITY

1307: *===========================================================================*/
1308: FUNCTION get_event_security_context(
1309: p_org_id IN NUMBER,
1310: p_calling_sequence IN VARCHAR2)
1311: RETURN XLA_EVENTS_PUB_PKG.T_SECURITY
1312: IS
1313:
1314: l_event_security_context XLA_EVENTS_PUB_PKG.T_SECURITY;
1315:

Line 1314: l_event_security_context XLA_EVENTS_PUB_PKG.T_SECURITY;

1310: p_calling_sequence IN VARCHAR2)
1311: RETURN XLA_EVENTS_PUB_PKG.T_SECURITY
1312: IS
1313:
1314: l_event_security_context XLA_EVENTS_PUB_PKG.T_SECURITY;
1315:
1316: BEGIN
1317:
1318: l_event_security_context.security_id_int_1 := p_org_id;

Line 1337: | RETURN: XLA_EVENTS_PUB_PKG.T_EVENT_SOURCE_INFO

1333: | p_ledger_id: Ledger ID
1334: | p_trans_id: Invoice ID / Check ID
1335: | p_calling_sequence: Debug information
1336: |
1337: | RETURN: XLA_EVENTS_PUB_PKG.T_EVENT_SOURCE_INFO
1338: |
1339: | KNOWN ISSUES:
1340: |
1341: | NOTES:

Line 1356: RETURN XLA_EVENTS_PUB_PKG.T_EVENT_SOURCE_INFO

1352: p_inv_payment_id IN NUMBER, -- 7318763
1353: p_trans_num IN VARCHAR2,
1354: p_context IN VARCHAR2,
1355: p_calling_sequence IN VARCHAR2)
1356: RETURN XLA_EVENTS_PUB_PKG.T_EVENT_SOURCE_INFO
1357: IS
1358: /* Modified the procedure for bug 7137359, related to AWT event creation */
1359: l_invoice_num VARCHAR2(50);
1360: l_event_source_info XLA_EVENTS_PUB_PKG.T_EVENT_SOURCE_INFO;

Line 1360: l_event_source_info XLA_EVENTS_PUB_PKG.T_EVENT_SOURCE_INFO;

1356: RETURN XLA_EVENTS_PUB_PKG.T_EVENT_SOURCE_INFO
1357: IS
1358: /* Modified the procedure for bug 7137359, related to AWT event creation */
1359: l_invoice_num VARCHAR2(50);
1360: l_event_source_info XLA_EVENTS_PUB_PKG.T_EVENT_SOURCE_INFO;
1361: l_count NUMBER(15);
1362: l_check_id AP_CHECKS_ALL.Check_Id%TYPE;
1363: l_check_number AP_CHECKS_ALL.Check_Number%TYPE;
1364:

Line 1601: l_event_security_context XLA_EVENTS_PUB_PKG.T_SECURITY;

1597: l_org_ids t_org_ids;
1598: l_legal_entity_ids t_legal_entity_ids;
1599: --l_ledger_ids t_ledger_ids;
1600: l_sources t_source;
1601: l_event_security_context XLA_EVENTS_PUB_PKG.T_SECURITY;
1602: l_event_source_info XLA_EVENTS_PUB_PKG.T_EVENT_SOURCE_INFO;
1603: l_curr_calling_sequence VARCHAR2(200);
1604:
1605: -- Bug 7137359

Line 1602: l_event_source_info XLA_EVENTS_PUB_PKG.T_EVENT_SOURCE_INFO;

1598: l_legal_entity_ids t_legal_entity_ids;
1599: --l_ledger_ids t_ledger_ids;
1600: l_sources t_source;
1601: l_event_security_context XLA_EVENTS_PUB_PKG.T_SECURITY;
1602: l_event_source_info XLA_EVENTS_PUB_PKG.T_EVENT_SOURCE_INFO;
1603: l_curr_calling_sequence VARCHAR2(200);
1604:
1605: -- Bug 7137359
1606: l_xla_event XLA_EVENTS.EVENT_ID%TYPE;