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 2948: x_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;

2944: l_error_msg VARCHAR2(2000) := NULL;
2945: translated_meaning varchar2(240);
2946: l_error_count NUMBER := 0;
2947: l_warning_count NUMBER := 0;
2948: x_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
2949: l_returnStatus VARCHAR2(1);
2950: x_msg_data VARCHAR2(2000);
2951:
2952: l_boolean_success BOOLEAN := false;

Line 3298: x_return_status:= FND_API.G_RET_STS_SUCCESS;

3294: dummy_err_msg := NULL;
3295: l_error_code := 0;
3296: l_return_value := 0;
3297: l_error_msg:= NULL;
3298: x_return_status:= FND_API.G_RET_STS_SUCCESS;
3299: l_returnStatus := FND_API.G_RET_STS_SUCCESS;
3300: l_dummy:= 0;
3301: xst:= true;
3302: str := '';

Line 3299: l_returnStatus := FND_API.G_RET_STS_SUCCESS;

3295: l_error_code := 0;
3296: l_return_value := 0;
3297: l_error_msg:= NULL;
3298: x_return_status:= FND_API.G_RET_STS_SUCCESS;
3299: l_returnStatus := FND_API.G_RET_STS_SUCCESS;
3300: l_dummy:= 0;
3301: xst:= true;
3302: str := '';
3303: hash_value := 0;

Line 7082: if x_return_status <> FND_API.G_RET_STS_SUCCESS then

7078: NULL,
7079: x_return_status,
7080: x_msg_data);
7081:
7082: if x_return_status <> FND_API.G_RET_STS_SUCCESS then
7083: handle_error(x_return_status, x_msg_data, l_stmt_num);
7084: l_error_count := l_error_count + 1;
7085: GOTO skip_other_steps;
7086: else

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

7122: (X_Return_Status => l_returnStatus,
7123: p_Kanban_Card_Id => v_wlji_kanban_card_id(v_index),
7124: p_Supply_Status => inv_kanban_pvt.g_supply_status_Exception);
7125:
7126: if ( l_returnStatus <> fnd_api.g_ret_sts_success ) then
7127: l_error_code := -1;
7128: fnd_message.set_name('WSM', 'WSM_KNBN_CARD_STS_FAIL');
7129:
7130: select meaning

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

7550: X_Return_Status => l_returnStatus,
7551: p_Kanban_Card_Id => v_wlji_kanban_card_id(v_index),
7552: p_Supply_Status => inv_kanban_pvt.g_supply_status_Exception);
7553:
7554: if ( l_returnStatus <> fnd_api.g_ret_sts_success ) then
7555: l_error_code := -1;
7556: fnd_message.set_name('WSM', 'WSM_KNBN_CARD_STS_FAIL');
7557: select meaning
7558: into translated_meaning