DBA Data[Home] [Help]

APPS.GMS_COST_PLUS_EXTN dependencies on FND_GLOBAL

Line 1118: x_rec_log.last_updated_by := nvl(fnd_global.user_id,0) ;

1114: END IF;
1115:
1116: x_rec_log := p_rec_log ;
1117: x_rec_log.last_update_date := SYSDATE ;
1118: x_rec_log.last_updated_by := nvl(fnd_global.user_id,0) ;
1119: x_rec_log.created_by := nvl(fnd_global.user_id,0) ;
1120: x_rec_log.creation_date := SYSDATE ;
1121: x_rec_log.last_update_login := nvl(fnd_global.user_id,0) ;
1122:

Line 1119: x_rec_log.created_by := nvl(fnd_global.user_id,0) ;

1115:
1116: x_rec_log := p_rec_log ;
1117: x_rec_log.last_update_date := SYSDATE ;
1118: x_rec_log.last_updated_by := nvl(fnd_global.user_id,0) ;
1119: x_rec_log.created_by := nvl(fnd_global.user_id,0) ;
1120: x_rec_log.creation_date := SYSDATE ;
1121: x_rec_log.last_update_login := nvl(fnd_global.user_id,0) ;
1122:
1123:

Line 1121: x_rec_log.last_update_login := nvl(fnd_global.user_id,0) ;

1117: x_rec_log.last_update_date := SYSDATE ;
1118: x_rec_log.last_updated_by := nvl(fnd_global.user_id,0) ;
1119: x_rec_log.created_by := nvl(fnd_global.user_id,0) ;
1120: x_rec_log.creation_date := SYSDATE ;
1121: x_rec_log.last_update_login := nvl(fnd_global.user_id,0) ;
1122:
1123:
1124: -- Get set_of_books_id ..
1125: l_stage := 'Derive Set of Books';

Line 4656: last_updated_by = nvl(fnd_global.user_id,0) --BUG14274932

4652: set burdenable_raw_cost = nvl(burdenable_raw_cost,0) + bc_records.burdenable_raw_cost,
4653: ind_compiled_set_id = decode(bc_records.burden_adjustment_flag,
4654: 'Y',ind_compiled_set_id,bc_records.ind_compiled_set_id),
4655: last_update_date=SYSDATE, --BUG14274932
4656: last_updated_by = nvl(fnd_global.user_id,0) --BUG14274932
4657: where distribution_id = bc_records.document_distribution_id
4658: and adl_status = 'A'
4659: and document_type = 'REQ';
4660:

Line 4667: last_updated_by = nvl(fnd_global.user_id,0) --BUG14274932

4663: set burdenable_raw_cost = nvl(burdenable_raw_cost,0) + bc_records.burdenable_raw_cost,
4664: ind_compiled_set_id = decode(bc_records.burden_adjustment_flag,
4665: 'Y',ind_compiled_set_id,bc_records.ind_compiled_set_id),
4666: last_update_date=SYSDATE, --BUG14274932
4667: last_updated_by = nvl(fnd_global.user_id,0) --BUG14274932
4668: where po_distribution_id = bc_records.document_distribution_id
4669: and adl_status = 'A'
4670: and document_type = 'PO';
4671:

Line 4678: last_updated_by = nvl(fnd_global.user_id,0) --BUG14274932

4674: set burdenable_raw_cost = nvl(burdenable_raw_cost,0) + bc_records.burdenable_raw_cost,
4675: ind_compiled_set_id = decode(bc_records.burden_adjustment_flag,
4676: 'Y',ind_compiled_set_id,bc_records.ind_compiled_set_id),
4677: last_update_date=SYSDATE, --BUG14274932
4678: last_updated_by = nvl(fnd_global.user_id,0) --BUG14274932
4679: where invoice_id = bc_records.document_header_id
4680: and invoice_distribution_id = bc_records.document_distribution_id -- AP Lines change
4681: and adl_status = 'A'
4682: and document_type = 'AP';

Line 4690: last_updated_by = nvl(fnd_global.user_id,0) --BUG14274932

4686: set burdenable_raw_cost = nvl(burdenable_raw_cost,0) + bc_records.burdenable_raw_cost,
4687: ind_compiled_set_id = decode(bc_records.burden_adjustment_flag,
4688: 'Y',ind_compiled_set_id,bc_records.ind_compiled_set_id),
4689: last_update_date=SYSDATE, --BUG14274932
4690: last_updated_by = nvl(fnd_global.user_id,0) --BUG14274932
4691: where expenditure_item_id = bc_records.document_header_id
4692: and adl_line_num = bc_records.document_distribution_id --Bug 5726575
4693: and cdl_line_num = 1
4694: and adl_status = 'A'