DBA Data[Home] [Help]

APPS.AHL_WARRANTY_ENTL_PVT dependencies on DUAL

Line 1123: SELECT AHL_WARRANTY_ENTITLEMENTS_S.NEXTVAL INTO p_x_warranty_entl_rec.warranty_entitlement_id FROM DUAL;

1119: RETURN;
1120: END IF;
1121:
1122: -- prepare for insert
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;