[Home] [Help]
APPS.JAI_CMN_UTILS_PKG dependencies on FND_GLOBAL
Line 288: (pn_organization_id, pn_location_id, pn_current_fin_year, pv_register_type, 0, 0, fnd_global.user_id , sysdate, fnd_global.user_id , sysdate);
284: --Issue#76. 4627086
285: INSERT INTO JAI_CMN_RG_SLNOS
286: (organization_id, location_id, current_fin_year, register_type, slno, balance,created_by, creation_date, last_updated_by, last_update_date )
287: VALUES
288: (pn_organization_id, pn_location_id, pn_current_fin_year, pv_register_type, 0, 0, fnd_global.user_id , sysdate, fnd_global.user_id , sysdate);
289:
290: COMMIT;
291:
292: EXCEPTION