DBA Data[Home] [Help]

APPS.PON_UDA_PKG dependencies on FND_API

Line 37: x_return_status := FND_API.G_RET_STS_SUCCESS;

33: WHERE INVENTORY_ITEM_ID = p_item_id
34: AND ORGANIZATION_ID = p_org_id
35: AND language = userenv('LANG');
36: end if;
37: x_return_status := FND_API.G_RET_STS_SUCCESS;
38: x_errorcode := '0';
39: x_msg_count := '1';
40: x_msg_data := 'SUCCESS';
41:

Line 44: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

40: x_msg_data := 'SUCCESS';
41:
42: EXCEPTION
43: WHEN OTHERS THEN
44: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
45: x_errorcode := '-2';
46: x_msg_count := '1';
47: x_msg_data := 'Exception in add_item_info_XLE';
48: fnd_msg_pub.Add_Exc_Msg ( 'PON_UDA_PKG', 'PON_ADD_ITEM_INFO_XLE', x_msg_data );

Line 264: x_return_status := FND_API.G_RET_STS_SUCCESS;

260: l_submissionValid := TRUE;
261: END IF;
262:
263: IF l_submissionValid THEN
264: x_return_status := FND_API.G_RET_STS_SUCCESS;
265: x_errorcode := '0';
266: x_msg_count := '1';
267: x_msg_data := 'SUCCESS';
268: ELSE

Line 276: x_return_status := FND_API.G_RET_STS_ERROR;

272: FROM po_lookup_codes
273: WHERE lookup_type = 'SOL_UDA_ADDRESS_TYPES'
274: AND lookup_code = p_HiddenAddType;
275:
276: x_return_status := FND_API.G_RET_STS_ERROR;
277: x_errorcode := '-1';
278: x_msg_count := '1';
279: x_msg_data := 'Location cannot be null for ' || l_AddTypeDispField;
280: fnd_message.set_name(d_appln_short_name,'PO_LOCATION_NOT_NULL') ;

Line 372: --,p_validate_only => FND_API.G_TRUE

368: ,p_attributes_row_table => x_attributes_row_table
369: ,p_attributes_data_table => x_attr_name_value_pairs
370: ,p_pk_column_name_value_pairs => pk_col_value_pairs
371: ,p_class_code_name_value_pairs => l_class_code_name_value_pairs
372: --,p_validate_only => FND_API.G_TRUE
373: ,x_failed_row_id_list => l_failed_row_id_list
374: ,p_init_fnd_msg_list => FND_API.G_TRUE
375: ,p_add_errors_to_fnd_stack => FND_API.G_TRUE
376: ,x_return_status => x_return_status

Line 374: ,p_init_fnd_msg_list => FND_API.G_TRUE

370: ,p_pk_column_name_value_pairs => pk_col_value_pairs
371: ,p_class_code_name_value_pairs => l_class_code_name_value_pairs
372: --,p_validate_only => FND_API.G_TRUE
373: ,x_failed_row_id_list => l_failed_row_id_list
374: ,p_init_fnd_msg_list => FND_API.G_TRUE
375: ,p_add_errors_to_fnd_stack => FND_API.G_TRUE
376: ,x_return_status => x_return_status
377: ,x_errorcode => x_errorcode
378: ,x_msg_count => x_msg_count

Line 375: ,p_add_errors_to_fnd_stack => FND_API.G_TRUE

371: ,p_class_code_name_value_pairs => l_class_code_name_value_pairs
372: --,p_validate_only => FND_API.G_TRUE
373: ,x_failed_row_id_list => l_failed_row_id_list
374: ,p_init_fnd_msg_list => FND_API.G_TRUE
375: ,p_add_errors_to_fnd_stack => FND_API.G_TRUE
376: ,x_return_status => x_return_status
377: ,x_errorcode => x_errorcode
378: ,x_msg_count => x_msg_count
379: ,x_msg_data => x_msg_data

Line 434: ,p_validate_only => FND_API.G_TRUE

430: ,p_attributes_row_table => p_attributes_row_table
431: ,p_attributes_data_table => p_attr_name_value_pairs
432: ,p_pk_column_name_value_pairs => l_pk_col_value_pairs
433: ,p_class_code_name_value_pairs => l_class_code_name_value_pairs
434: ,p_validate_only => FND_API.G_TRUE
435: ,x_failed_row_id_list => l_failed_row_id_list
436: ,p_init_fnd_msg_list => FND_API.G_TRUE
437: ,p_add_errors_to_fnd_stack => FND_API.G_TRUE
438: ,x_return_status => x_return_status

Line 436: ,p_init_fnd_msg_list => FND_API.G_TRUE

432: ,p_pk_column_name_value_pairs => l_pk_col_value_pairs
433: ,p_class_code_name_value_pairs => l_class_code_name_value_pairs
434: ,p_validate_only => FND_API.G_TRUE
435: ,x_failed_row_id_list => l_failed_row_id_list
436: ,p_init_fnd_msg_list => FND_API.G_TRUE
437: ,p_add_errors_to_fnd_stack => FND_API.G_TRUE
438: ,x_return_status => x_return_status
439: ,x_errorcode => x_errorcode
440: ,x_msg_count => x_msg_count

Line 437: ,p_add_errors_to_fnd_stack => FND_API.G_TRUE

433: ,p_class_code_name_value_pairs => l_class_code_name_value_pairs
434: ,p_validate_only => FND_API.G_TRUE
435: ,x_failed_row_id_list => l_failed_row_id_list
436: ,p_init_fnd_msg_list => FND_API.G_TRUE
437: ,p_add_errors_to_fnd_stack => FND_API.G_TRUE
438: ,x_return_status => x_return_status
439: ,x_errorcode => x_errorcode
440: ,x_msg_count => x_msg_count
441: ,x_msg_data => x_msg_data