DBA Data[Home] [Help]

APPS.CN_NOTIFY_INVOICES dependencies on CN_NOT_TRX_S

Line 81: cn_not_trx_s.NEXTVAL,

77: source_doc_type,
78: event_id,
79: org_id)
80: SELECT
81: cn_not_trx_s.NEXTVAL,
82: FLOOR(cn_not_trx_s.CURRVAL/l_sys_batch_size),
83: SYSDATE,
84: rctlgd.gl_date, --AE 02-22-96
85: x_proc_audit_id,

Line 82: FLOOR(cn_not_trx_s.CURRVAL/l_sys_batch_size),

78: event_id,
79: org_id)
80: SELECT
81: cn_not_trx_s.NEXTVAL,
82: FLOOR(cn_not_trx_s.CURRVAL/l_sys_batch_size),
83: SYSDATE,
84: rctlgd.gl_date, --AE 02-22-96
85: x_proc_audit_id,
86: 'N',

Line 132: cn_not_trx_s.NEXTVAL,

128: source_doc_type,
129: event_id,
130: org_id)
131: SELECT
132: cn_not_trx_s.NEXTVAL,
133: FLOOR(cn_not_trx_s.CURRVAL/l_sys_batch_size),
134: SYSDATE,
135: rctlgd.gl_date, --AE 02-22-96
136: x_proc_audit_id,

Line 133: FLOOR(cn_not_trx_s.CURRVAL/l_sys_batch_size),

129: event_id,
130: org_id)
131: SELECT
132: cn_not_trx_s.NEXTVAL,
133: FLOOR(cn_not_trx_s.CURRVAL/l_sys_batch_size),
134: SYSDATE,
135: rctlgd.gl_date, --AE 02-22-96
136: x_proc_audit_id,
137: 'N',