DBA Data[Home] [Help]

APPS.AHL_VWP_PLAN_TASKS_PVT dependencies on AHL_WARRANTY_ENTL_PVT

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

1447: l_planned_order_flag VARCHAR2(1);
1448: l_msg_count NUMBER;
1449: l_cost_parent_id NUMBER;
1450: l_department_id NUMBER;
1451: l_entl_rec_tbl AHL_WARRANTY_ENTL_PVT.Warranty_Entl_Tbl_Type; --salogan added for supplier warranty
1452:
1453: -- To find visit related information
1454: CURSOR c_Visit (x_id IN NUMBER) IS
1455: SELECT * FROM Ahl_Visits_VL

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

1755:
1756: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN
1757: fnd_log.string(fnd_log.level_statement,
1758: L_DEBUG,
1759: 'Before calling AHL_WARRANTY_ENTL_PVT.Process_Warranty_Entitlements.');
1760: END IF;
1761:
1762: -- calling AHL_WARRANTY_ENTL_PVT.Process_Warranty_Entitlements
1763: AHL_WARRANTY_ENTL_PVT.Process_Warranty_Entitlements(

Line 1762: -- calling AHL_WARRANTY_ENTL_PVT.Process_Warranty_Entitlements

1758: L_DEBUG,
1759: 'Before calling AHL_WARRANTY_ENTL_PVT.Process_Warranty_Entitlements.');
1760: END IF;
1761:
1762: -- calling AHL_WARRANTY_ENTL_PVT.Process_Warranty_Entitlements
1763: AHL_WARRANTY_ENTL_PVT.Process_Warranty_Entitlements(
1764: p_user_role => AHL_WARRANTY_ENTL_PVT.G_USER_PLANNER,
1765: p_x_warranty_entl_tbl => l_entl_rec_tbl,
1766: x_return_status => l_return_status,

Line 1763: AHL_WARRANTY_ENTL_PVT.Process_Warranty_Entitlements(

1759: 'Before calling AHL_WARRANTY_ENTL_PVT.Process_Warranty_Entitlements.');
1760: END IF;
1761:
1762: -- calling AHL_WARRANTY_ENTL_PVT.Process_Warranty_Entitlements
1763: AHL_WARRANTY_ENTL_PVT.Process_Warranty_Entitlements(
1764: p_user_role => AHL_WARRANTY_ENTL_PVT.G_USER_PLANNER,
1765: p_x_warranty_entl_tbl => l_entl_rec_tbl,
1766: x_return_status => l_return_status,
1767: x_msg_count => l_msg_count,

Line 1764: p_user_role => AHL_WARRANTY_ENTL_PVT.G_USER_PLANNER,

1760: END IF;
1761:
1762: -- calling AHL_WARRANTY_ENTL_PVT.Process_Warranty_Entitlements
1763: AHL_WARRANTY_ENTL_PVT.Process_Warranty_Entitlements(
1764: p_user_role => AHL_WARRANTY_ENTL_PVT.G_USER_PLANNER,
1765: p_x_warranty_entl_tbl => l_entl_rec_tbl,
1766: x_return_status => l_return_status,
1767: x_msg_count => l_msg_count,
1768: x_msg_data => l_msg_data);

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

1769:
1770: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN
1771: fnd_log.string(fnd_log.level_statement,
1772: L_DEBUG,
1773: 'After calling AHL_WARRANTY_ENTL_PVT.Process_Warranty_Entitlements. Return Status = ' ||
1774: l_return_status);
1775: END IF;
1776:
1777: l_msg_count := Fnd_Msg_Pub.count_msg;