DBA Data[Home] [Help]

APPS.XLA_SUBLEDGERS_F_PKG dependencies on XLA_ENTITY_TYPES_F_PKG

Line 333: xla_entity_types_f_pkg.insert_row(

329:
330: --
331: -- Create Third Party Merge event entity
332: --
333: xla_entity_types_f_pkg.insert_row(
334: x_rowid => l_row_id
335: ,x_application_id => p_application_id
336: ,x_entity_code => C_TPM
337: ,x_enabled_flag => 'Y'

Line 517: xla_entity_types_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:
517: xla_entity_types_f_pkg.delete_row
518: (x_application_id => p_application_id
519: ,x_entity_code => C_TPM);
520:
521: EXCEPTION

Line 655: xla_entity_types_f_pkg.insert_row(

651:
652: --
653: -- Create special event entity for manual entries
654: --
655: xla_entity_types_f_pkg.insert_row(
656: x_rowid => l_event_entity_row_id
657: ,x_application_id => x_application_id
658: ,x_entity_code => C_MANUAL
659: ,x_enabled_flag => 'Y'

Line 1042: xla_entity_types_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:
1042: xla_entity_types_f_pkg.delete_row
1043: (x_application_id => x_application_id
1044: ,x_entity_code => C_MANUAL);
1045:
1046: delete_tpm