DBA Data[Home] [Help]

APPS.IBC_BULKUPLOAD_PVT dependencies on FND_API

Line 58: ,p_lock_flag => Fnd_Api.G_FALSE

54: ,p_owner_resource_type => p_owner_resource_type
55: ,p_reference_code => NULL
56: ,p_trans_required => p_trans_required
57: ,p_parent_item_id => NULL
58: ,p_lock_flag => Fnd_Api.G_FALSE
59: ,p_wd_restricted => Fnd_Api.G_FALSE
60: ,p_start_date => p_start_date
61: ,p_end_date => p_end_date
62: ,p_attribute_type_codes => l_attribute_type_codes

Line 59: ,p_wd_restricted => Fnd_Api.G_FALSE

55: ,p_reference_code => NULL
56: ,p_trans_required => p_trans_required
57: ,p_parent_item_id => NULL
58: ,p_lock_flag => Fnd_Api.G_FALSE
59: ,p_wd_restricted => Fnd_Api.G_FALSE
60: ,p_start_date => p_start_date
61: ,p_end_date => p_end_date
62: ,p_attribute_type_codes => l_attribute_type_codes
63: ,p_attributes => l_attributes

Line 73: ,p_log_action => Fnd_Api.G_TRUE

69: ,p_component_atypes => NULL
70: ,p_sort_order => NULL
71: ,p_keywords => NULL
72: ,p_status => p_status
73: ,p_log_action => Fnd_Api.G_TRUE
74: ,p_language => p_language
75: ,p_update => Fnd_Api.g_true
76: ,p_commit => Fnd_Api.G_FALSE
77: ,p_api_version_number => 1.0

Line 75: ,p_update => Fnd_Api.g_true

71: ,p_keywords => NULL
72: ,p_status => p_status
73: ,p_log_action => Fnd_Api.G_TRUE
74: ,p_language => p_language
75: ,p_update => Fnd_Api.g_true
76: ,p_commit => Fnd_Api.G_FALSE
77: ,p_api_version_number => 1.0
78: ,p_init_msg_list => Fnd_Api.G_FALSE
79: ,px_content_item_id => px_content_item_id

Line 76: ,p_commit => Fnd_Api.G_FALSE

72: ,p_status => p_status
73: ,p_log_action => Fnd_Api.G_TRUE
74: ,p_language => p_language
75: ,p_update => Fnd_Api.g_true
76: ,p_commit => Fnd_Api.G_FALSE
77: ,p_api_version_number => 1.0
78: ,p_init_msg_list => Fnd_Api.G_FALSE
79: ,px_content_item_id => px_content_item_id
80: ,px_citem_ver_id => px_citem_ver_id

Line 78: ,p_init_msg_list => Fnd_Api.G_FALSE

74: ,p_language => p_language
75: ,p_update => Fnd_Api.g_true
76: ,p_commit => Fnd_Api.G_FALSE
77: ,p_api_version_number => 1.0
78: ,p_init_msg_list => Fnd_Api.G_FALSE
79: ,px_content_item_id => px_content_item_id
80: ,px_citem_ver_id => px_citem_ver_id
81: ,px_object_version_number => l_object_version_number
82: ,x_return_status => x_return_status

Line 316: -- l_msg := Fnd_Msg_Pub.get(i,Fnd_Api.G_FALSE);

312: END IF;
313:
314:
315: -- FOR i IN 1 .. l_count LOOP
316: -- l_msg := Fnd_Msg_Pub.get(i,Fnd_Api.G_FALSE);
317: -- write_log('(' || i || ') ' || l_msg);
318: -- END LOOP;
319: --
320: -- --Fnd_Msg_Pub.Delete_Msg;