DBA Data[Home] [Help]

APPS.EGO_ITEM_PEOPLE_IMPORT_PKG dependencies on EGO_IPI_TRANSACTION_ID_S

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

2085: start_date = NVL(start_date, l_sysdate),
2086: transaction_type = UPPER(transaction_type),
2087: grantee_type = UPPER(grantee_type),
2088: process_status = G_PS_IN_PROCESS,
2089: transaction_id = NVL(transaction_id, EGO_IPI_TRANSACTION_ID_S.NEXTVAL)
2090: WHERE data_set_id = G_DATA_SET_ID
2091: AND process_status = G_PS_TO_BE_PROCESSED;
2092:
2093: -------------------------------------------