DBA Data[Home] [Help]

APPS.WSM_LBJ_INTERFACE_PVT dependencies on WSM_SERIAL_SUPPORT_PVT

Line 11561: fnd_file.put_line(fnd_file.log, 'Before WSM_Serial_support_PVT.LBJ_serial_intf_proc');

11557: l_param_tbl WSM_Log_PVT.param_tbl_type;
11558: BEGIN
11559:
11560: IF (lbji_debug='Y') THEN
11561: fnd_file.put_line(fnd_file.log, 'Before WSM_Serial_support_PVT.LBJ_serial_intf_proc');
11562: END IF;
11563: l_stmt_num := 995.1;
11564:
11565: WSM_Serial_support_PVT.LBJ_serial_intf_proc( p_header_id => v_wlji_header_id(v_idx),

Line 11565: WSM_Serial_support_PVT.LBJ_serial_intf_proc( p_header_id => v_wlji_header_id(v_idx),

11561: fnd_file.put_line(fnd_file.log, 'Before WSM_Serial_support_PVT.LBJ_serial_intf_proc');
11562: END IF;
11563: l_stmt_num := 995.1;
11564:
11565: WSM_Serial_support_PVT.LBJ_serial_intf_proc( p_header_id => v_wlji_header_id(v_idx),
11566: p_wip_entity_id => v_wlji_wip_entity_id(v_idx),
11567: p_organization_id => v_wlji_org_id(v_idx),
11568: p_inventory_item_id => v_wlji_item_id(v_idx),
11569: x_return_status => l_return_status,

Line 11577: fnd_file.put_line(fnd_file.log, 'WSM_Serial_support_PVT.LBJ_serial_intf_proc returned Success');

11573: l_stmt_num := 995.2;
11574:
11575: if l_return_status = FND_API.G_RET_STS_SUCCESS then
11576: IF (lbji_debug='Y') THEN
11577: fnd_file.put_line(fnd_file.log, 'WSM_Serial_support_PVT.LBJ_serial_intf_proc returned Success');
11578: END IF;
11579: ELSE
11580: IF (lbji_debug='Y') THEN
11581: fnd_file.put_line(fnd_file.log, 'WSM_Serial_support_PVT.LBJ_serial_intf_proc returned failure');

Line 11581: fnd_file.put_line(fnd_file.log, 'WSM_Serial_support_PVT.LBJ_serial_intf_proc returned failure');

11577: fnd_file.put_line(fnd_file.log, 'WSM_Serial_support_PVT.LBJ_serial_intf_proc returned Success');
11578: END IF;
11579: ELSE
11580: IF (lbji_debug='Y') THEN
11581: fnd_file.put_line(fnd_file.log, 'WSM_Serial_support_PVT.LBJ_serial_intf_proc returned failure');
11582: END IF;
11583:
11584: IF (l_msg_count = 1) THEN
11585: handle_error(-1, l_err_msg, l_stmt_num);

Line 11594: l_err_msg := 'WSM_Serial_support_PVT.LBJ_serial_intf_proc returned failure';

11590: );
11591: handle_error(-1, l_err_msg, l_stmt_num);
11592: END LOOP;
11593: ELSE
11594: l_err_msg := 'WSM_Serial_support_PVT.LBJ_serial_intf_proc returned failure';
11595: handle_error(-1, l_err_msg, l_stmt_num);
11596: END IF;
11597: l_error_count := l_error_count + 1;
11598: GOTO abort_this_job;