DBA Data[Home] [Help]

APPS.WSM_LBJ_INTERFACE_PVT dependencies on WSM_LOTATTR_PVT

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

11523: if l_cur_status_type in (0,1,3,6) THEN -- Initialized Value,
11524: --Unreleased, released, Hold
11525: l_stmt_num := 995;
11526: IF (lbji_debug='Y') THEN
11527: fnd_file.put_line(fnd_file.log, 'Before Calling WSM_LotAttr_PVT.create_update_lotattr');
11528: END IF;
11529: WSM_LotAttr_PVT.create_update_lotattr(
11530: x_err_code => l_error_code,
11531: x_err_msg => l_error_msg,

Line 11529: WSM_LotAttr_PVT.create_update_lotattr(

11525: l_stmt_num := 995;
11526: IF (lbji_debug='Y') THEN
11527: fnd_file.put_line(fnd_file.log, 'Before Calling WSM_LotAttr_PVT.create_update_lotattr');
11528: END IF;
11529: WSM_LotAttr_PVT.create_update_lotattr(
11530: x_err_code => l_error_code,
11531: x_err_msg => l_error_msg,
11532: p_wip_entity_id => v_wlji_wip_entity_id(v_idx),
11533: p_org_id => v_wlji_org_id(v_idx),

Line 11544: fnd_file.put_line(fnd_file.log, 'WSM_LotAttr_PVT.create_update_lotattr returned Success');

11540: l_error_count := l_error_count + 1;
11541: GOTO abort_this_job;
11542: END IF;
11543: IF (lbji_debug='Y') THEN
11544: fnd_file.put_line(fnd_file.log, 'WSM_LotAttr_PVT.create_update_lotattr returned Success');
11545: END IF;
11546:
11547: end if; -- l_cur_status_type in (1,3,6)
11548: