DBA Data[Home] [Help]

APPS.JAI_CMN_RG_MASTER_ORG_PKG dependencies on FND_GLOBAL

Line 120: rg_others_rec.created_by, --FND_GLOBAL.USER_ID,

116: rg_others_rec.tax_type,
117: rg_others_rec.credit,
118: rg_others_rec.debit,
119: /*start changes for bug 6118417 (FP for bug 6112850)*/
120: rg_others_rec.created_by, --FND_GLOBAL.USER_ID,
121: rg_others_rec.creation_date, --SYSDATE,
122: rg_others_rec.last_updated_by, --FND_GLOBAL.USER_ID,
123: rg_others_rec.last_update_date --SYSDATE
124: /*end bug 6118417*/

Line 122: rg_others_rec.last_updated_by, --FND_GLOBAL.USER_ID,

118: rg_others_rec.debit,
119: /*start changes for bug 6118417 (FP for bug 6112850)*/
120: rg_others_rec.created_by, --FND_GLOBAL.USER_ID,
121: rg_others_rec.creation_date, --SYSDATE,
122: rg_others_rec.last_updated_by, --FND_GLOBAL.USER_ID,
123: rg_others_rec.last_update_date --SYSDATE
124: /*end bug 6118417*/
125: );
126:

Line 215: FND_GLOBAL.USER_ID,

211: -rg_others_rec.source_register_id,
212: rg_others_rec.tax_type,
213: rg_others_rec.credit,
214: rg_others_rec.debit,
215: FND_GLOBAL.USER_ID,
216: SYSDATE,
217: FND_GLOBAL.USER_ID,
218: SYSDATE
219: );

Line 217: FND_GLOBAL.USER_ID,

213: rg_others_rec.credit,
214: rg_others_rec.debit,
215: FND_GLOBAL.USER_ID,
216: SYSDATE,
217: FND_GLOBAL.USER_ID,
218: SYSDATE
219: );
220: END IF ;
221: