DBA Data[Home] [Help]

APPS.EGO_ITEM_PEOPLE_IMPORT_PKG dependencies on EGO_IPI_TRANSACTION_ID_S

Line 1817: transaction_id = NVL(transaction_id, EGO_IPI_TRANSACTION_ID_S.NEXTVAL)

1813: start_date = NVL(start_date, l_sysdate),
1814: transaction_type = UPPER(transaction_type),
1815: grantee_type = UPPER(grantee_type),
1816: process_status = G_PS_IN_PROCESS,
1817: transaction_id = NVL(transaction_id, EGO_IPI_TRANSACTION_ID_S.NEXTVAL)
1818: WHERE data_set_id = G_DATA_SET_ID
1819: AND process_status = G_PS_TO_BE_PROCESSED;
1820:
1821: -------------------------------------------