DBA Data[Home] [Help]

APPS.CSM_DEBRIEF_PARTS_PKG dependencies on FND_GLOBAL

Line 213: l_deb_rec.last_updated_by := NVL(p_record.last_updated_by,FND_GLOBAL.USER_ID); --12.1

209: l_deb_rec.task_assignment_id := p_record.task_assignment_id;
210: l_deb_rec.debrief_header_id := l_debrief_header_id;
211: l_deb_rec.debrief_status_id := NULL;
212: l_deb_rec.last_update_date := l_date;
213: l_deb_rec.last_updated_by := NVL(p_record.last_updated_by,FND_GLOBAL.USER_ID); --12.1
214: l_deb_rec.creation_date := l_date;
215: l_deb_rec.created_by := NVL(p_record.created_by,FND_GLOBAL.USER_ID); --12.1
216: l_deb_rec.last_update_login := FND_GLOBAL.LOGIN_ID;
217:

Line 215: l_deb_rec.created_by := NVL(p_record.created_by,FND_GLOBAL.USER_ID); --12.1

211: l_deb_rec.debrief_status_id := NULL;
212: l_deb_rec.last_update_date := l_date;
213: l_deb_rec.last_updated_by := NVL(p_record.last_updated_by,FND_GLOBAL.USER_ID); --12.1
214: l_deb_rec.creation_date := l_date;
215: l_deb_rec.created_by := NVL(p_record.created_by,FND_GLOBAL.USER_ID); --12.1
216: l_deb_rec.last_update_login := FND_GLOBAL.LOGIN_ID;
217:
218: if l_debrief_header_id is null
219: then

Line 216: l_deb_rec.last_update_login := FND_GLOBAL.LOGIN_ID;

212: l_deb_rec.last_update_date := l_date;
213: l_deb_rec.last_updated_by := NVL(p_record.last_updated_by,FND_GLOBAL.USER_ID); --12.1
214: l_deb_rec.creation_date := l_date;
215: l_deb_rec.created_by := NVL(p_record.created_by,FND_GLOBAL.USER_ID); --12.1
216: l_deb_rec.last_update_login := FND_GLOBAL.LOGIN_ID;
217:
218: if l_debrief_header_id is null
219: then
220: -- Create a debrief header.

Line 433: l_line_rec.last_updated_by := NVL(p_record.last_updated_by,FND_GLOBAL.USER_ID); --12.1

429: l_line_rec.receiving_sub_inventory_code := p_record.issuing_sub_inventory_code;
430: l_line_rec.receiving_locator_id := p_record.issuing_locator_id;
431: END IF;
432: l_line_rec.last_update_date := l_date;
433: l_line_rec.last_updated_by := NVL(p_record.last_updated_by,FND_GLOBAL.USER_ID); --12.1
434: l_line_rec.creation_date := l_date;
435: l_line_rec.created_by := NVL(p_record.created_by,FND_GLOBAL.USER_ID); --12.1
436: l_line_rec.last_update_login := FND_GLOBAL.LOGIN_ID;
437: l_line_rec.spare_update_status := l_spare_update_status;

Line 435: l_line_rec.created_by := NVL(p_record.created_by,FND_GLOBAL.USER_ID); --12.1

431: END IF;
432: l_line_rec.last_update_date := l_date;
433: l_line_rec.last_updated_by := NVL(p_record.last_updated_by,FND_GLOBAL.USER_ID); --12.1
434: l_line_rec.creation_date := l_date;
435: l_line_rec.created_by := NVL(p_record.created_by,FND_GLOBAL.USER_ID); --12.1
436: l_line_rec.last_update_login := FND_GLOBAL.LOGIN_ID;
437: l_line_rec.spare_update_status := l_spare_update_status;
438:
439: L_LINE_REC.SERVICE_DATE := NVL(P_RECORD.SERVICE_DATE,L_DATE);

Line 436: l_line_rec.last_update_login := FND_GLOBAL.LOGIN_ID;

432: l_line_rec.last_update_date := l_date;
433: l_line_rec.last_updated_by := NVL(p_record.last_updated_by,FND_GLOBAL.USER_ID); --12.1
434: l_line_rec.creation_date := l_date;
435: l_line_rec.created_by := NVL(p_record.created_by,FND_GLOBAL.USER_ID); --12.1
436: l_line_rec.last_update_login := FND_GLOBAL.LOGIN_ID;
437: l_line_rec.spare_update_status := l_spare_update_status;
438:
439: L_LINE_REC.SERVICE_DATE := NVL(P_RECORD.SERVICE_DATE,L_DATE);
440: l_line_rec.debrief_line_number := p_record.debrief_line_number;

Line 519: fnd_global.apps_initialize(l_user_id , l_responsibility_id , l_csm_appl_id); --Bug 16192129/14262923

515: IF c_chk_task_status%FOUND THEN
516: IF ( (l_rejected_flag='Y') OR (l_on_hold_flag='Y') OR (l_cancelled_flag='Y')
517: OR (l_closed_flag='Y') OR (l_completed_flag='Y') ) THEN
518:
519: fnd_global.apps_initialize(l_user_id , l_responsibility_id , l_csm_appl_id); --Bug 16192129/14262923
520:
521: csf_debrief_update_pkg.form_Call (1.0, l_debrief_header_id );
522: END IF;
523: END IF;

Line 776: l_line_rec.last_updated_by := NVL(p_record.last_updated_by,FND_GLOBAL.USER_ID); --12.1

772: l_line_rec.receiving_locator_id := p_record.issuing_locator_id;
773: END IF;
774:
775: l_line_rec.last_update_date := l_date;
776: l_line_rec.last_updated_by := NVL(p_record.last_updated_by,FND_GLOBAL.USER_ID); --12.1
777: l_line_rec.last_update_login := FND_GLOBAL.LOGIN_ID;
778: l_line_rec.spare_update_status := l_spare_update_status;
779: l_line_rec.service_date := nvl(p_record.service_date,l_date);
780: l_line_rec.quantity := p_record.quantity;

Line 777: l_line_rec.last_update_login := FND_GLOBAL.LOGIN_ID;

773: END IF;
774:
775: l_line_rec.last_update_date := l_date;
776: l_line_rec.last_updated_by := NVL(p_record.last_updated_by,FND_GLOBAL.USER_ID); --12.1
777: l_line_rec.last_update_login := FND_GLOBAL.LOGIN_ID;
778: l_line_rec.spare_update_status := l_spare_update_status;
779: l_line_rec.service_date := nvl(p_record.service_date,l_date);
780: l_line_rec.quantity := p_record.quantity;
781: l_line_rec.business_process_id := p_record.business_process_id;