DBA Data[Home] [Help]

APPS.CUG_ADDRESS_CREATION_PKG dependencies on FND_API

Line 69: p_init_msg_list => FND_API.G_FALSE,

65: -- To fix bug 2657648 changed hz_location_pub to hz_location_v2pub, aneemuch 11-Feb-2004
66: /*
67: HZ_LOCATION_V2PUB.create_location (
68: p_api_version => 1.0,
69: p_init_msg_list => FND_API.G_FALSE,
70: p_commit => FND_API.G_TRUE,
71: p_location_rec => l_location_rec,
72: x_return_status => l_return_status,
73: x_msg_count => l_msg_count,

Line 70: p_commit => FND_API.G_TRUE,

66: /*
67: HZ_LOCATION_V2PUB.create_location (
68: p_api_version => 1.0,
69: p_init_msg_list => FND_API.G_FALSE,
70: p_commit => FND_API.G_TRUE,
71: p_location_rec => l_location_rec,
72: x_return_status => l_return_status,
73: x_msg_count => l_msg_count,
74: x_msg_data => l_msg_data,

Line 76: p_validation_level => FND_API.G_VALID_LEVEL_FULL);

72: x_return_status => l_return_status,
73: x_msg_count => l_msg_count,
74: x_msg_data => l_msg_data,
75: x_location_id => l_location_id,
76: p_validation_level => FND_API.G_VALID_LEVEL_FULL);
77: */
78: HZ_LOCATION_V2PUB.create_location (
79: p_init_msg_list => FND_API.G_FALSE,
80: p_location_rec => l_location_rec,

Line 79: p_init_msg_list => FND_API.G_FALSE,

75: x_location_id => l_location_id,
76: p_validation_level => FND_API.G_VALID_LEVEL_FULL);
77: */
78: HZ_LOCATION_V2PUB.create_location (
79: p_init_msg_list => FND_API.G_FALSE,
80: p_location_rec => l_location_rec,
81: x_location_id => l_location_id,
82: x_return_status => l_return_status,
83: x_msg_count => l_msg_count,