DBA Data[Home] [Help]

APPS.JAI_CMN_RG_MASTER_ORG_PKG dependencies on FND_GLOBAL

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

108: rg_others_rec.tax_type,
109: rg_others_rec.credit,
110: rg_others_rec.debit,
111: /*start changes for bug 6118417 (FP for bug 6112850)*/
112: rg_others_rec.created_by, --FND_GLOBAL.USER_ID,
113: rg_others_rec.creation_date, --SYSDATE,
114: rg_others_rec.last_updated_by, --FND_GLOBAL.USER_ID,
115: rg_others_rec.last_update_date --SYSDATE
116: /*end bug 6118417*/

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

110: rg_others_rec.debit,
111: /*start changes for bug 6118417 (FP for bug 6112850)*/
112: rg_others_rec.created_by, --FND_GLOBAL.USER_ID,
113: rg_others_rec.creation_date, --SYSDATE,
114: rg_others_rec.last_updated_by, --FND_GLOBAL.USER_ID,
115: rg_others_rec.last_update_date --SYSDATE
116: /*end bug 6118417*/
117: );
118:

Line 207: FND_GLOBAL.USER_ID,

203: -rg_others_rec.source_register_id,
204: rg_others_rec.tax_type,
205: rg_others_rec.credit,
206: rg_others_rec.debit,
207: FND_GLOBAL.USER_ID,
208: SYSDATE,
209: FND_GLOBAL.USER_ID,
210: SYSDATE
211: );

Line 209: FND_GLOBAL.USER_ID,

205: rg_others_rec.credit,
206: rg_others_rec.debit,
207: FND_GLOBAL.USER_ID,
208: SYSDATE,
209: FND_GLOBAL.USER_ID,
210: SYSDATE
211: );
212: END IF ;
213: