DBA Data[Home] [Help]

APPS.AHL_WARRANTY_ENTL_PVT dependencies on FND_GLOBAL

Line 1127: p_x_warranty_entl_rec.created_by := FND_GLOBAL.USER_ID;

1123: SELECT AHL_WARRANTY_ENTITLEMENTS_S.NEXTVAL INTO p_x_warranty_entl_rec.warranty_entitlement_id FROM DUAL;
1124: -- setting object version number for create
1125: p_x_warranty_entl_rec.object_version_number := 1;
1126: -- setting up user/create/update information
1127: p_x_warranty_entl_rec.created_by := FND_GLOBAL.USER_ID;
1128: p_x_warranty_entl_rec.creation_date := SYSDATE;
1129: p_x_warranty_entl_rec.last_updated_by := FND_GLOBAL.USER_ID;
1130: p_x_warranty_entl_rec.last_update_date := SYSDATE;
1131: p_x_warranty_entl_rec.last_update_login := FND_GLOBAL.LOGIN_ID;

Line 1129: p_x_warranty_entl_rec.last_updated_by := FND_GLOBAL.USER_ID;

1125: p_x_warranty_entl_rec.object_version_number := 1;
1126: -- setting up user/create/update information
1127: p_x_warranty_entl_rec.created_by := FND_GLOBAL.USER_ID;
1128: p_x_warranty_entl_rec.creation_date := SYSDATE;
1129: p_x_warranty_entl_rec.last_updated_by := FND_GLOBAL.USER_ID;
1130: p_x_warranty_entl_rec.last_update_date := SYSDATE;
1131: p_x_warranty_entl_rec.last_update_login := FND_GLOBAL.LOGIN_ID;
1132:
1133: -- setting the old contract id

Line 1131: p_x_warranty_entl_rec.last_update_login := FND_GLOBAL.LOGIN_ID;

1127: p_x_warranty_entl_rec.created_by := FND_GLOBAL.USER_ID;
1128: p_x_warranty_entl_rec.creation_date := SYSDATE;
1129: p_x_warranty_entl_rec.last_updated_by := FND_GLOBAL.USER_ID;
1130: p_x_warranty_entl_rec.last_update_date := SYSDATE;
1131: p_x_warranty_entl_rec.last_update_login := FND_GLOBAL.LOGIN_ID;
1132:
1133: -- setting the old contract id
1134: IF (NVL(p_user_role, 'X') = G_USER_PLANNER) THEN
1135: l_contract_id := p_x_warranty_entl_rec.warranty_contract_id;

Line 1429: p_x_warranty_entl_rec.last_updated_by := FND_GLOBAL.USER_ID;

1425:
1426: -- setting up object version number
1427: p_x_warranty_entl_rec.object_version_number := p_x_warranty_entl_rec.object_version_number + 1;
1428: -- setting up user/create/update information
1429: p_x_warranty_entl_rec.last_updated_by := FND_GLOBAL.USER_ID;
1430: p_x_warranty_entl_rec.last_update_date := SYSDATE;
1431: p_x_warranty_entl_rec.last_update_login := FND_GLOBAL.LOGIN_ID;
1432:
1433: -- setting the old contract id

Line 1431: p_x_warranty_entl_rec.last_update_login := FND_GLOBAL.LOGIN_ID;

1427: p_x_warranty_entl_rec.object_version_number := p_x_warranty_entl_rec.object_version_number + 1;
1428: -- setting up user/create/update information
1429: p_x_warranty_entl_rec.last_updated_by := FND_GLOBAL.USER_ID;
1430: p_x_warranty_entl_rec.last_update_date := SYSDATE;
1431: p_x_warranty_entl_rec.last_update_login := FND_GLOBAL.LOGIN_ID;
1432:
1433: -- setting the old contract id
1434: IF (NVL(p_user_role, 'X') = G_USER_PLANNER) THEN
1435: l_contract_id := p_x_warranty_entl_rec.warranty_contract_id;