DBA Data[Home] [Help]

APPS.AMS_ITEM_SECTION_PVT dependencies on AMS_UTILITY_PVT

Line 76: AMS_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'start');

72: FND_MSG_PUB.initialize;
73: END IF;
74:
75: -- Debug Message
76: AMS_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'start');
77:
78:
79: -- Initialize API return status to SUCCESS
80: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 100: AMS_UTILITY_PVT.debug_message(l_api_name || ' the l_section_id_tbl(1):' ||l_section_id_tbl(1));

96:
97: l_section_id_tbl := JTF_NUMBER_TABLE(1);
98: l_section_id_tbl(1) := p_section_rec.section_id;
99:
100: AMS_UTILITY_PVT.debug_message(l_api_name || ' the l_section_id_tbl(1):' ||l_section_id_tbl(1));
101: l_start_date_tbl := JTF_DATE_TABLE();
102: l_start_date_tbl.extend();
103: l_start_date_tbl(1) := sysdate; --p_section_rec.start_date
104:

Line 153: AMS_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'end');

149: END IF;
150:
151:
152: -- Debug Message
153: AMS_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'end');
154:
155: -- Standard call to get message count and if count is 1, get message info.
156: FND_MSG_PUB.Count_And_Get
157: (p_count => x_msg_count,

Line 249: -- AMS_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'start');

245: FND_MSG_PUB.initialize;
246: END IF;
247:
248: -- Debug Message
249: -- AMS_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'start');
250:
251:
252: -- Initialize API return status to SUCCESS
253: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 307: -- AMS_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'end');

303: END IF;
304:
305:
306: -- Debug Message
307: -- AMS_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'end');
308:
309: -- Standard call to get message count and if count is 1, get message info.
310: FND_MSG_PUB.Count_And_Get
311: (p_count => x_msg_count,