DBA Data[Home] [Help]

APPS.CN_COLLECTION_AR_GEN dependencies on STANDARD

Line 85: -- First fill in some standard fields such as

81: cn_utils.appendcr(code);
82: cn_utils.appindcr(code, 'INSERT INTO cn_trx(');
83: cn_utils.indent(code, 1);
84:
85: -- First fill in some standard fields such as
86: -- status, collection_run_id in the headers table
87: cn_utils.appindcr(code, 'trx_id,');
88: -- Added For MOAC by Ashley
89: cn_utils.appindcr(code, 'org_id,');

Line 261: -- First fill in some standard fields such as

257:
258: cn_utils.appindcr(code, 'INSERT INTO cn_trx(');
259: cn_utils.indent(code, 1);
260:
261: -- First fill in some standard fields such as
262: -- status, collection_run_id in the headers table
263: cn_utils.appindcr(code, 'trx_id,');
264: --Added For MOAC by Ashley
265: cn_utils.appindcr(code, 'org_id,');