DBA Data[Home] [Help]

APPS.AHL_VWP_UNPLAN_TASKS_PVT dependencies on AHL_WARRANTY_ENTL_PVT

Line 838: l_entl_rec_tbl AHL_WARRANTY_ENTL_PVT.Warranty_Entl_Tbl_Type; --salogan added for supplier warranty

834: l_count NUMBER;
835: l_cost_parent_id NUMBER;
836: l_department_id NUMBER;
837: l_planned_order_flag VARCHAR2(1);
838: l_entl_rec_tbl AHL_WARRANTY_ENTL_PVT.Warranty_Entl_Tbl_Type; --salogan added for supplier warranty
839:
840: -- To find task related information
841: CURSOR c_Task (x_id IN NUMBER) IS
842: SELECT * FROM Ahl_Visit_Tasks_VL

Line 1141: 'Before calling AHL_WARRANTY_ENTL_PVT.Process_Warranty_Entitlements.');

1137:
1138: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN
1139: fnd_log.string(fnd_log.level_statement,
1140: 'ahl.plsql.'||l_full_name,
1141: 'Before calling AHL_WARRANTY_ENTL_PVT.Process_Warranty_Entitlements.');
1142: END IF;
1143:
1144: -- calling AHL_WARRANTY_ENTL_PVT.Process_Warranty_Entitlements
1145: AHL_WARRANTY_ENTL_PVT.Process_Warranty_Entitlements(

Line 1144: -- calling AHL_WARRANTY_ENTL_PVT.Process_Warranty_Entitlements

1140: 'ahl.plsql.'||l_full_name,
1141: 'Before calling AHL_WARRANTY_ENTL_PVT.Process_Warranty_Entitlements.');
1142: END IF;
1143:
1144: -- calling AHL_WARRANTY_ENTL_PVT.Process_Warranty_Entitlements
1145: AHL_WARRANTY_ENTL_PVT.Process_Warranty_Entitlements(
1146: p_user_role => AHL_WARRANTY_ENTL_PVT.G_USER_PLANNER,
1147: p_x_warranty_entl_tbl => l_entl_rec_tbl,
1148: x_return_status => l_return_status,

Line 1145: AHL_WARRANTY_ENTL_PVT.Process_Warranty_Entitlements(

1141: 'Before calling AHL_WARRANTY_ENTL_PVT.Process_Warranty_Entitlements.');
1142: END IF;
1143:
1144: -- calling AHL_WARRANTY_ENTL_PVT.Process_Warranty_Entitlements
1145: AHL_WARRANTY_ENTL_PVT.Process_Warranty_Entitlements(
1146: p_user_role => AHL_WARRANTY_ENTL_PVT.G_USER_PLANNER,
1147: p_x_warranty_entl_tbl => l_entl_rec_tbl,
1148: x_return_status => l_return_status,
1149: x_msg_count => l_msg_count,

Line 1146: p_user_role => AHL_WARRANTY_ENTL_PVT.G_USER_PLANNER,

1142: END IF;
1143:
1144: -- calling AHL_WARRANTY_ENTL_PVT.Process_Warranty_Entitlements
1145: AHL_WARRANTY_ENTL_PVT.Process_Warranty_Entitlements(
1146: p_user_role => AHL_WARRANTY_ENTL_PVT.G_USER_PLANNER,
1147: p_x_warranty_entl_tbl => l_entl_rec_tbl,
1148: x_return_status => l_return_status,
1149: x_msg_count => l_msg_count,
1150: x_msg_data => l_msg_data);

Line 1155: 'After calling AHL_WARRANTY_ENTL_PVT.Process_Warranty_Entitlements. Return Status = ' ||

1151:
1152: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN
1153: fnd_log.string(fnd_log.level_statement,
1154: 'ahl.plsql.'||l_full_name ,
1155: 'After calling AHL_WARRANTY_ENTL_PVT.Process_Warranty_Entitlements. Return Status = ' ||
1156: l_return_status);
1157: END IF;
1158:
1159: l_msg_count := Fnd_Msg_Pub.count_msg;