DBA Data[Home] [Help]

APPS.EAM_ERROR_MESSAGE_PVT dependencies on ERROR_HANDLER

Line 1434: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Level = Operation Sequences . . .'); END IF;

1430: -- This will take care of Scope = RECORD.
1431: --
1432: g_eam_op_tbl(p_entity_index).return_status := l_error_status;
1433:
1434: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Level = Operation Sequences . . .'); END IF;
1435:
1436: IF l_error_scope = G_SCOPE_SIBLINGS OR
1437: l_error_scope = G_SCOPE_ALL
1438: THEN

Line 1499: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Level = Operation Resource . . .'); END IF;

1495: --
1496: -- Set operation resource record status at entity_idx
1497: -- This will take care of Scope = RECORD.
1498: --
1499: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Level = Operation Resource . . .'); END IF;
1500:
1501: g_eam_res_tbl(p_entity_index).return_status := l_error_status;
1502: -- IF l_error_scope <> G_SCOPE_RECORD
1503: IF l_error_scope = G_SCOPE_SIBLINGS OR

Line 1527: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Level = Resource Instances . . .'); END IF;

1523: THEN
1524: -- Set resource instance record status at entity_idx
1525: -- This will take care of Scope = RECORD.
1526: --
1527: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Level = Resource Instances . . .'); END IF;
1528:
1529: g_eam_res_inst_tbl(p_entity_index).return_status := l_error_status;
1530:
1531: IF l_error_scope <> G_SCOPE_RECORD

Line 1551: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Level = Substitute Op Resources . . .'); END IF;

1547: THEN
1548: -- Set substitute resource record status at entity_idx
1549: -- This will take care of Scope = RECORD.
1550: --
1551: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Level = Substitute Op Resources . . .'); END IF;
1552:
1553: g_eam_sub_res_tbl(p_entity_index).return_status := l_error_status;
1554:
1555: IF l_error_scope <> G_SCOPE_RECORD

Line 1574: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Level = Resource Usage. . .'); END IF;

1570: --
1571: -- Set resource usage record status at entity_idx
1572: -- This will take care of Scope = RECORD.
1573: --
1574: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Level = Resource Usage. . .'); END IF;
1575:
1576: g_eam_res_usage_tbl(p_entity_index).return_status := l_error_status;
1577: -- IF l_error_scope <> G_SCOPE_RECORD
1578: IF l_error_scope = G_SCOPE_SIBLINGS OR

Line 1598: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Level = Material Requirements . . .'); END IF;

1594:
1595: ELSIF l_error_level = G_MAT_REQ_LEVEL
1596: THEN
1597:
1598: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Level = Material Requirements . . .'); END IF;
1599:
1600: g_eam_mat_req_tbl(p_entity_index).return_status := l_error_status;
1601:
1602: IF l_error_scope <> G_SCOPE_RECORD

Line 1620: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Level = DIRECT ITEMS . . .'); END IF;

1616:
1617: ELSIF l_error_level = G_DIRECT_ITEMS_LEVEL
1618: THEN
1619:
1620: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Level = DIRECT ITEMS . . .'); END IF;
1621:
1622: g_eam_direct_items_tbl(p_entity_index).return_status := l_error_status;
1623:
1624: IF l_error_scope <> G_SCOPE_RECORD

Line 1655: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('End of Rtg Log Error.'); END IF;

1651: x_eam_res_usage_tbl := g_eam_res_usage_tbl;
1652: x_eam_mat_req_tbl := g_eam_mat_req_tbl;
1653: x_eam_direct_items_tbl := g_eam_direct_items_tbl;
1654:
1655: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('End of Rtg Log Error.'); END IF;
1656:
1657: END Log_Error;
1658:
1659: