DBA Data[Home] [Help]

APPS.JAI_CMN_UTILS_PKG dependencies on FND_GLOBAL

Line 318: (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);

314: --Issue#76. 4627086
315: INSERT INTO JAI_CMN_RG_SLNOS
316: (organization_id, location_id, current_fin_year, register_type, slno, balance,created_by, creation_date, last_updated_by, last_update_date )
317: VALUES
318: (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);
319:
320: COMMIT;
321:
322: EXCEPTION