DBA Data[Home] [Help]

APPS.WSM_LBJ_INTERFACE_PVT dependencies on FND_API

Line 7374: l_return_status := FND_API.G_RET_STS_SUCCESS;

7370: l_error_code := 0;
7371: l_return_value := 0;
7372: l_error_msg:= NULL;
7373: l_aux_mesg:= NULL;
7374: l_return_status := FND_API.G_RET_STS_SUCCESS;
7375: l_temp_num:= 0;
7376: l_xst:= true;
7377: hash_str := '';
7378: hash_value := 0;

Line 11147: if l_return_status <> FND_API.G_RET_STS_SUCCESS then

11143: NULL,
11144: l_return_status,
11145: l_error_msg);
11146:
11147: if l_return_status <> FND_API.G_RET_STS_SUCCESS then
11148: handle_error(l_return_status, l_error_msg, l_stmt_num);
11149: l_error_count := l_error_count + 1;
11150: GOTO abort_this_job;
11151: else

Line 11173: if l_return_status <> FND_API.G_RET_STS_SUCCESS then

11169: x_return_status => l_return_status,
11170: x_msg_count => l_error_count,
11171: x_msg_data => l_error_msg
11172: );
11173: if l_return_status <> FND_API.G_RET_STS_SUCCESS then
11174: handle_error(l_return_status, l_error_msg, l_stmt_num);
11175: l_error_count := l_error_count + 1;
11176: GOTO abort_this_job;
11177: end if;

Line 11194: l_return_status := FND_API.G_RET_STS_ERROR;

11190: x_error_code => l_error_code,
11191: x_error_msg => l_error_msg);
11192:
11193: if l_error_code <> 0 then
11194: l_return_status := FND_API.G_RET_STS_ERROR;
11195: handle_error(l_return_status, l_error_msg, l_stmt_num);
11196: l_error_count := l_error_count + 1;
11197: GOTO abort_this_job;
11198: end if;

Line 11219: if ( l_return_status <> fnd_api.g_ret_sts_success ) then

11215: x_return_status => l_return_status,
11216: p_kanban_card_id => v_wlji_kanban_card_id(v_idx),
11217: p_supply_status => inv_kanban_pvt.g_supply_status_exception);
11218:
11219: if ( l_return_status <> fnd_api.g_ret_sts_success ) then
11220: l_error_code := -1;
11221: fnd_message.set_name('WSM', 'WSM_KNBN_CARD_STS_FAIL');
11222: l_stmt_num := 960.1;
11223: select meaning

Line 11274: if l_return_status <> FND_API.G_RET_STS_SUCCESS then

11270: x_return_status => l_return_status,
11271: x_msg_count => l_error_count,
11272: x_msg_data => l_error_msg
11273: );
11274: if l_return_status <> FND_API.G_RET_STS_SUCCESS then
11275: handle_error(l_return_status, l_error_msg, l_stmt_num);
11276: l_error_count := l_error_count + 1;
11277: GOTO abort_this_job;
11278: end if;

Line 11447: p_initmsglist => fnd_api.g_true,

11443: l_end_date := v_wlji_lucd(v_idx);
11444: end if;
11445:
11446: wsm_infinite_scheduler_pvt.schedule (
11447: p_initmsglist => fnd_api.g_true,
11448: p_enddebug => fnd_api.g_true,
11449: p_orgID => v_wlji_org_id(v_idx),
11450: p_wipEntityID => v_wlji_wip_entity_id(v_idx),
11451: p_scheduleMode => l_scheduling_mode,

Line 11448: p_enddebug => fnd_api.g_true,

11444: end if;
11445:
11446: wsm_infinite_scheduler_pvt.schedule (
11447: p_initmsglist => fnd_api.g_true,
11448: p_enddebug => fnd_api.g_true,
11449: p_orgID => v_wlji_org_id(v_idx),
11450: p_wipEntityID => v_wlji_wip_entity_id(v_idx),
11451: p_scheduleMode => l_scheduling_mode,
11452: p_startDate => l_start_date,

Line 11459: if(l_returnstatus <> fnd_api.g_ret_sts_success) then

11455: p_resSeqNum => null,
11456: x_returnstatus => l_returnstatus,
11457: x_errorMsg => l_error_msg
11458: );
11459: if(l_returnstatus <> fnd_api.g_ret_sts_success) then
11460: handle_error(-1, l_error_msg, l_stmt_num);
11461: l_error_count := l_error_count + 1;
11462: goto abort_this_job;
11463: end if;

Line 11575: if l_return_status = FND_API.G_RET_STS_SUCCESS then

11571: x_error_msg => l_err_msg
11572: );
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

Line 11589: p_encoded => FND_API.G_FALSE

11585: handle_error(-1, l_err_msg, l_stmt_num);
11586: ELSIF (l_msg_count > 1) THEN
11587: FOR i IN 1..l_msg_count LOOP
11588: l_err_msg := fnd_msg_pub.get( p_msg_index => l_msg_count - i + 1,
11589: p_encoded => FND_API.G_FALSE
11590: );
11591: handle_error(-1, l_err_msg, l_stmt_num);
11592: END LOOP;
11593: ELSE

Line 11842: if ( l_return_status <> fnd_api.g_ret_sts_success ) then

11838: x_return_status => l_return_status,
11839: p_Kanban_Card_Id => v_wlji_kanban_card_id(v_idx),
11840: p_Supply_Status => inv_kanban_pvt.g_supply_status_Exception);
11841:
11842: if ( l_return_status <> fnd_api.g_ret_sts_success ) then
11843: l_error_code := -1;
11844: fnd_message.set_name('WSM', 'WSM_KNBN_CARD_STS_FAIL');
11845: select meaning
11846: into l_meaning

Line 18059: if(l_status <> fnd_api.g_ret_sts_success) then

18055: x_status => l_status,
18056: x_msg_count => l_msg_count,
18057: x_msg_data => p_error_msg);
18058:
18059: if(l_status <> fnd_api.g_ret_sts_success) then
18060: p_error_code := -1;
18061: p_error_msg := 'Error: WIP_SUB_OP_RESOURCES_PKG.REPLACE_RESOURCES ' || p_error_msg;
18062: raise e_wljdi_common_error;
18063: end if;

Line 19385: if (x_return_status <> fnd_api.g_ret_sts_success) then

19381: p_wip_entity_type => WIP_CONSTANTS.LOTBASED,
19382: x_return_status => x_return_status,
19383: x_msg_data => p_error_msg);
19384:
19385: if (x_return_status <> fnd_api.g_ret_sts_success) then
19386: raise e_wljdi_common_error;
19387: end if;
19388:
19389: ELSIF (l_sub_type=WSM_SUB_ADD) then

Line 21321: if ( l_return_status <> fnd_api.g_ret_sts_success ) then

21317: p_document_header_id => p_wip_entity_id,
21318: p_Document_detail_Id => null,
21319: p_replenish_quantity => p_start_quantity);
21320:
21321: if ( l_return_status <> fnd_api.g_ret_sts_success ) then
21322: select meaning
21323: into l_translated_meaning
21324: from mfg_lookups
21325: where lookup_type = 'MTL_KANBAN_SUPPLY_STATUS'