DBA Data[Home] [Help]

APPS.CSM_TXN_BILL_TYPES_EVENT_PKG dependencies on FND_GLOBAL

Line 253: VALUES (l_access_id,l_txn_billing_type_id, l_business_process_id, fnd_global.user_id, l_run_date,

249: if record_exists_csr%notfound then
250: --insert if the value does not already exists
251: INSERT INTO csm_txn_billing_types_acc(access_id, txn_billing_type_id, business_process_id, CREATED_BY,
252: CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN)
253: VALUES (l_access_id,l_txn_billing_type_id, l_business_process_id, fnd_global.user_id, l_run_date,
254: fnd_global.user_id, l_run_date, fnd_global.login_id);
255:
256: end if;
257: close record_exists_csr;

Line 254: fnd_global.user_id, l_run_date, fnd_global.login_id);

250: --insert if the value does not already exists
251: INSERT INTO csm_txn_billing_types_acc(access_id, txn_billing_type_id, business_process_id, CREATED_BY,
252: CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN)
253: VALUES (l_access_id,l_txn_billing_type_id, l_business_process_id, fnd_global.user_id, l_run_date,
254: fnd_global.user_id, l_run_date, fnd_global.login_id);
255:
256: end if;
257: close record_exists_csr;
258: END LOOP;