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 338: -- l_token_tbl Error_Handler.Token_Tbl_Type

334:
335: i NUMBER;
336: l_yield NUMBER;
337: succ_start BOOLEAN := FALSE;
338: -- l_token_tbl Error_Handler.Token_Tbl_Type
339: -- Primary path - traverse the network to select all the 'to' operations
340: -- until the end using the primary path
341: l_chk_new_exists NUMBER;
342: l_cfm_flag NUMBER;