DBA Data[Home] [Help]

APPS.CSM_DEBRIEF_PARTS_PKG dependencies on FND_GLOBAL

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

157: l_deb_rec.task_assignment_id := p_record.task_assignment_id;
158: l_deb_rec.debrief_header_id := l_debrief_header_id;
159: l_deb_rec.debrief_status_id := NULL;
160: l_deb_rec.last_update_date := l_date;
161: l_deb_rec.last_updated_by := NVL(p_record.last_updated_by,FND_GLOBAL.USER_ID); --12.1
162: l_deb_rec.creation_date := l_date;
163: l_deb_rec.created_by := NVL(p_record.created_by,FND_GLOBAL.USER_ID); --12.1
164: l_deb_rec.last_update_login := FND_GLOBAL.LOGIN_ID;
165:

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

159: l_deb_rec.debrief_status_id := NULL;
160: l_deb_rec.last_update_date := l_date;
161: l_deb_rec.last_updated_by := NVL(p_record.last_updated_by,FND_GLOBAL.USER_ID); --12.1
162: l_deb_rec.creation_date := l_date;
163: l_deb_rec.created_by := NVL(p_record.created_by,FND_GLOBAL.USER_ID); --12.1
164: l_deb_rec.last_update_login := FND_GLOBAL.LOGIN_ID;
165:
166: if l_debrief_header_id is null
167: then

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

160: l_deb_rec.last_update_date := l_date;
161: l_deb_rec.last_updated_by := NVL(p_record.last_updated_by,FND_GLOBAL.USER_ID); --12.1
162: l_deb_rec.creation_date := l_date;
163: l_deb_rec.created_by := NVL(p_record.created_by,FND_GLOBAL.USER_ID); --12.1
164: l_deb_rec.last_update_login := FND_GLOBAL.LOGIN_ID;
165:
166: if l_debrief_header_id is null
167: then
168: -- Create a debrief header.

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

292: l_line_rec.receiving_sub_inventory_code := p_record.issuing_sub_inventory_code;
293: l_line_rec.receiving_locator_id := p_record.issuing_locator_id;
294: END IF;
295: l_line_rec.last_update_date := l_date;
296: l_line_rec.last_updated_by := NVL(p_record.last_updated_by,FND_GLOBAL.USER_ID); --12.1
297: l_line_rec.creation_date := l_date;
298: l_line_rec.created_by := NVL(p_record.created_by,FND_GLOBAL.USER_ID); --12.1
299: l_line_rec.last_update_login := FND_GLOBAL.LOGIN_ID;
300: l_line_rec.spare_update_status := l_spare_update_status;

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

294: END IF;
295: l_line_rec.last_update_date := l_date;
296: l_line_rec.last_updated_by := NVL(p_record.last_updated_by,FND_GLOBAL.USER_ID); --12.1
297: l_line_rec.creation_date := l_date;
298: l_line_rec.created_by := NVL(p_record.created_by,FND_GLOBAL.USER_ID); --12.1
299: l_line_rec.last_update_login := FND_GLOBAL.LOGIN_ID;
300: l_line_rec.spare_update_status := l_spare_update_status;
301: l_line_rec.inventory_item_id := p_record.inventory_item_id;
302: l_line_rec.txn_billing_type_id := p_record.txn_billing_type_id;

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

295: l_line_rec.last_update_date := l_date;
296: l_line_rec.last_updated_by := NVL(p_record.last_updated_by,FND_GLOBAL.USER_ID); --12.1
297: l_line_rec.creation_date := l_date;
298: l_line_rec.created_by := NVL(p_record.created_by,FND_GLOBAL.USER_ID); --12.1
299: l_line_rec.last_update_login := FND_GLOBAL.LOGIN_ID;
300: l_line_rec.spare_update_status := l_spare_update_status;
301: l_line_rec.inventory_item_id := p_record.inventory_item_id;
302: l_line_rec.txn_billing_type_id := p_record.txn_billing_type_id;
303: l_line_rec.service_date := nvl(p_record.service_date,l_date);