DBA Data[Home] [Help]

APPS.WSM_LBJ_INTERFACE_PVT dependencies on WSM_LOTATTR_PVT

Line 11630: fnd_file.put_line(fnd_file.log, 'Before Calling WSM_LotAttr_PVT.create_update_lotattr');

11626: if l_cur_status_type in (0,1,3,6) THEN -- Initialized Value,
11627: --Unreleased, released, Hold
11628: l_stmt_num := 995;
11629: IF (lbji_debug='Y') THEN
11630: fnd_file.put_line(fnd_file.log, 'Before Calling WSM_LotAttr_PVT.create_update_lotattr');
11631: END IF;
11632: WSM_LotAttr_PVT.create_update_lotattr(
11633: x_err_code => l_error_code,
11634: x_err_msg => l_error_msg,

Line 11632: WSM_LotAttr_PVT.create_update_lotattr(

11628: l_stmt_num := 995;
11629: IF (lbji_debug='Y') THEN
11630: fnd_file.put_line(fnd_file.log, 'Before Calling WSM_LotAttr_PVT.create_update_lotattr');
11631: END IF;
11632: WSM_LotAttr_PVT.create_update_lotattr(
11633: x_err_code => l_error_code,
11634: x_err_msg => l_error_msg,
11635: p_wip_entity_id => v_wlji_wip_entity_id(v_idx),
11636: p_org_id => v_wlji_org_id(v_idx),

Line 11648: fnd_file.put_line(fnd_file.log, 'WSM_LotAttr_PVT.create_update_lotattr returned Success' || l_error_code);

11644: l_error_count := l_error_count + 1;
11645: GOTO abort_this_job;
11646: END IF;
11647: IF (lbji_debug='Y') THEN
11648: fnd_file.put_line(fnd_file.log, 'WSM_LotAttr_PVT.create_update_lotattr returned Success' || l_error_code);
11649: END IF;
11650:
11651: end if; -- l_cur_status_type in (1,3,6)
11652: