DBA Data[Home] [Help]

APPS.XLA_SUBLEDGERS_F_PKG dependencies on XLA_EVENT_CLASSES_F_PKG

Line 370: xla_event_classes_f_pkg.insert_row(

366:
367: --
368: -- Create Third Party Merge event class
369: --
370: xla_event_classes_f_pkg.insert_row(
371: x_rowid => l_row_id
372: ,x_application_id => p_application_id
373: ,x_entity_code => C_TPM
374: ,x_event_class_code => C_TPM

Line 512: xla_event_classes_f_pkg.delete_row

508: WHERE application_id = p_application_id
509: AND entity_code = C_TPM
510: ;
511:
512: xla_event_classes_f_pkg.delete_row
513: (x_application_id => p_application_id
514: ,x_entity_code => C_TPM
515: ,x_event_class_code => C_TPM);
516:

Line 701: xla_event_classes_f_pkg.insert_row(

697:
698: --
699: -- Create special event class for manual entries
700: --
701: xla_event_classes_f_pkg.insert_row(
702: x_rowid => l_event_class_row_id
703: ,x_application_id => x_application_id
704: ,x_entity_code => C_MANUAL
705: ,x_event_class_code => C_MANUAL

Line 1037: xla_event_classes_f_pkg.delete_row

1033: WHERE application_id = x_application_id
1034: AND entity_code = C_MANUAL
1035: ;
1036:
1037: xla_event_classes_f_pkg.delete_row
1038: (x_application_id => x_application_id
1039: ,x_entity_code => C_MANUAL
1040: ,x_event_class_code => C_MANUAL);
1041: