DBA Data[Home] [Help]

APPS.WSMPLBJI dependencies on FND_API

Line 1229: if ( l_returnStatus <> fnd_api.g_ret_sts_success ) then

1225: p_document_header_id => p_wip_entity_id,
1226: p_Document_detail_Id => null,
1227: p_replenish_quantity => p_start_quantity);
1228:
1229: if ( l_returnStatus <> fnd_api.g_ret_sts_success ) then
1230: p_error_code := -1;
1231: fnd_message.set_name('WSM', 'WSM_KNBN_CARD_STS_FAIL');
1232: select meaning
1233: into translated_meaning

Line 2942: x_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;

2938: l_error_msg VARCHAR2(2000) := NULL;
2939: translated_meaning varchar2(240);
2940: l_error_count NUMBER := 0;
2941: l_warning_count NUMBER := 0;
2942: x_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
2943: l_returnStatus VARCHAR2(1);
2944: x_msg_data VARCHAR2(2000);
2945:
2946: l_boolean_success BOOLEAN := false;

Line 3292: x_return_status:= FND_API.G_RET_STS_SUCCESS;

3288: dummy_err_msg := NULL;
3289: l_error_code := 0;
3290: l_return_value := 0;
3291: l_error_msg:= NULL;
3292: x_return_status:= FND_API.G_RET_STS_SUCCESS;
3293: l_returnStatus := FND_API.G_RET_STS_SUCCESS;
3294: l_dummy:= 0;
3295: xst:= true;
3296: str := '';

Line 3293: l_returnStatus := FND_API.G_RET_STS_SUCCESS;

3289: l_error_code := 0;
3290: l_return_value := 0;
3291: l_error_msg:= NULL;
3292: x_return_status:= FND_API.G_RET_STS_SUCCESS;
3293: l_returnStatus := FND_API.G_RET_STS_SUCCESS;
3294: l_dummy:= 0;
3295: xst:= true;
3296: str := '';
3297: hash_value := 0;

Line 7076: if x_return_status <> FND_API.G_RET_STS_SUCCESS then

7072: NULL,
7073: x_return_status,
7074: x_msg_data);
7075:
7076: if x_return_status <> FND_API.G_RET_STS_SUCCESS then
7077: handle_error(x_return_status, x_msg_data, l_stmt_num);
7078: l_error_count := l_error_count + 1;
7079: GOTO skip_other_steps;
7080: else

Line 7120: if ( l_returnStatus <> fnd_api.g_ret_sts_success ) then

7116: (X_Return_Status => l_returnStatus,
7117: p_Kanban_Card_Id => v_wlji_kanban_card_id(v_index),
7118: p_Supply_Status => inv_kanban_pvt.g_supply_status_Exception);
7119:
7120: if ( l_returnStatus <> fnd_api.g_ret_sts_success ) then
7121: l_error_code := -1;
7122: fnd_message.set_name('WSM', 'WSM_KNBN_CARD_STS_FAIL');
7123:
7124: select meaning

Line 7548: if ( l_returnStatus <> fnd_api.g_ret_sts_success ) then

7544: X_Return_Status => l_returnStatus,
7545: p_Kanban_Card_Id => v_wlji_kanban_card_id(v_index),
7546: p_Supply_Status => inv_kanban_pvt.g_supply_status_Exception);
7547:
7548: if ( l_returnStatus <> fnd_api.g_ret_sts_success ) then
7549: l_error_code := -1;
7550: fnd_message.set_name('WSM', 'WSM_KNBN_CARD_STS_FAIL');
7551: select meaning
7552: into translated_meaning