DBA Data[Home] [Help]

APPS.BOM_CALC_CYNP dependencies on ERROR_HANDLER

Line 254: x_token_tbl OUT NOCOPY Error_Handler.Token_Tbl_Type,

250: PROCEDURE calc_cynp_rbo (
251: p_routing_sequence_id IN NUMBER,
252: p_operation_type IN VARCHAR2,
253: p_update_events IN NUMBER,
254: x_token_tbl OUT NOCOPY Error_Handler.Token_Tbl_Type,
255: x_err_msg OUT NOCOPY VARCHAR2,
256: x_return_status OUT NOCOPY VARCHAR2
257: ) IS
258: -- Select all the operations in the routing that do NOT have a FROM

Line 326: -- l_token_tbl Error_Handler.Token_Tbl_Type

322:
323: i NUMBER;
324: l_yield NUMBER;
325: succ_start BOOLEAN := FALSE;
326: -- l_token_tbl Error_Handler.Token_Tbl_Type
327: -- Primary path - traverse the network to select all the 'to' operations
328: -- until the end using the primary path
329: l_chk_new_exists NUMBER;
330: l_cfm_flag NUMBER;