DBA Data[Home] [Help]

APPS.XLA_SUBLEDGERS_F_PKG dependencies on XLA_EVENT_TYPES_F_PKG

Line 387: xla_event_types_f_pkg.insert_row(

383:
384: --
385: -- Create Full Merge event type
386: --
387: xla_event_types_f_pkg.insert_row(
388: x_rowid => l_row_id
389: ,x_application_id => p_application_id
390: ,x_entity_code => C_TPM
391: ,x_event_class_code => C_TPM

Line 407: xla_event_types_f_pkg.insert_row(

403:
404: --
405: -- Create Partial Merge event type
406: --
407: xla_event_types_f_pkg.insert_row(
408: x_rowid => l_row_id
409: ,x_application_id => p_application_id
410: ,x_entity_code => C_TPM
411: ,x_event_class_code => C_TPM

Line 495: xla_event_types_f_pkg.delete_row

491: (x_application_id => p_application_id
492: ,x_entity_code => C_TPM
493: ,x_event_class_code => C_TPM);
494:
495: xla_event_types_f_pkg.delete_row
496: (x_application_id => p_application_id
497: ,x_entity_code => C_TPM
498: ,x_event_class_code => C_TPM
499: ,x_event_type_code => 'FULL_MERGE');

Line 501: xla_event_types_f_pkg.delete_row

497: ,x_entity_code => C_TPM
498: ,x_event_class_code => C_TPM
499: ,x_event_type_code => 'FULL_MERGE');
500:
501: xla_event_types_f_pkg.delete_row
502: (x_application_id => p_application_id
503: ,x_entity_code => C_TPM
504: ,x_event_class_code => C_TPM
505: ,x_event_type_code => 'PARTIAL_MERGE');

Line 718: xla_event_types_f_pkg.insert_row(

714:
715: --
716: -- Create special event type for manual entries
717: --
718: xla_event_types_f_pkg.insert_row(
719: x_rowid => l_event_type_row_id
720: ,x_application_id => x_application_id
721: ,x_entity_code => C_MANUAL
722: ,x_event_class_code => C_MANUAL

Line 1026: xla_event_types_f_pkg.delete_row

1022: (x_application_id => x_application_id
1023: ,x_entity_code => C_MANUAL
1024: ,x_event_class_code => C_MANUAL);
1025:
1026: xla_event_types_f_pkg.delete_row
1027: (x_application_id => x_application_id
1028: ,x_entity_code => C_MANUAL
1029: ,x_event_class_code => C_MANUAL
1030: ,x_event_type_code => C_MANUAL);