DBA Data[Home] [Help]

APPS.CSP_RELATED_ITEMS_PKG dependencies on FND_API

Line 55: p_commit => fnd_api.g_FALSE

51: for cr in c_organizations loop
52: l_item_rec.organization_id := cr.organization_id;
53: Inv_item_grp.Update_Item
54: (
55: p_commit => fnd_api.g_FALSE
56: , p_lock_rows => fnd_api.g_TRUE
57: , p_validation_level => fnd_api.g_VALID_LEVEL_FULL
58: , p_Item_rec => l_item_rec
59: , x_Item_rec => x_item_rec

Line 56: , p_lock_rows => fnd_api.g_TRUE

52: l_item_rec.organization_id := cr.organization_id;
53: Inv_item_grp.Update_Item
54: (
55: p_commit => fnd_api.g_FALSE
56: , p_lock_rows => fnd_api.g_TRUE
57: , p_validation_level => fnd_api.g_VALID_LEVEL_FULL
58: , p_Item_rec => l_item_rec
59: , x_Item_rec => x_item_rec
60: , x_return_status => x_return_status

Line 57: , p_validation_level => fnd_api.g_VALID_LEVEL_FULL

53: Inv_item_grp.Update_Item
54: (
55: p_commit => fnd_api.g_FALSE
56: , p_lock_rows => fnd_api.g_TRUE
57: , p_validation_level => fnd_api.g_VALID_LEVEL_FULL
58: , p_Item_rec => l_item_rec
59: , x_Item_rec => x_item_rec
60: , x_return_status => x_return_status
61: , x_Error_tbl => x_error_tbl