DBA Data[Home] [Help]

APPS.AMS_SYSTEM_PRETTY_URL_PVT dependencies on AMS_SYSTEM_PRETTY_URL_PKG

Line 132: -- Invoke table handler(AMS_SYSTEM_PRETTY_URL_PKG.Insert_Row)

128:
129: -- Debug Message
130: AMS_UTILITY_PVT.debug_message( 'Private API: Calling create table handler');
131:
132: -- Invoke table handler(AMS_SYSTEM_PRETTY_URL_PKG.Insert_Row)
133: AMS_SYSTEM_PRETTY_URL_PKG.Insert_Row(
134: px_system_url_id => l_system_url_id,
135: p_creation_date => SYSDATE,
136: p_created_by => G_USER_ID,

Line 133: AMS_SYSTEM_PRETTY_URL_PKG.Insert_Row(

129: -- Debug Message
130: AMS_UTILITY_PVT.debug_message( 'Private API: Calling create table handler');
131:
132: -- Invoke table handler(AMS_SYSTEM_PRETTY_URL_PKG.Insert_Row)
133: AMS_SYSTEM_PRETTY_URL_PKG.Insert_Row(
134: px_system_url_id => l_system_url_id,
135: p_creation_date => SYSDATE,
136: p_created_by => G_USER_ID,
137: p_last_update_date => SYSDATE,

Line 324: -- Invoke table handler(AMS_SYSTEM_PRETTY_URL_PKG.Update_Row)

320:
321: -- Debug Message
322: AMS_UTILITY_PVT.debug_message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: Calling update table handler');
323:
324: -- Invoke table handler(AMS_SYSTEM_PRETTY_URL_PKG.Update_Row)
325: AMS_SYSTEM_PRETTY_URL_PKG.Update_Row(
326: p_system_url_id => p_system_pretty_url_rec.system_url_id,
327: p_creation_date => SYSDATE,
328: p_created_by => G_USER_ID,

Line 325: AMS_SYSTEM_PRETTY_URL_PKG.Update_Row(

321: -- Debug Message
322: AMS_UTILITY_PVT.debug_message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: Calling update table handler');
323:
324: -- Invoke table handler(AMS_SYSTEM_PRETTY_URL_PKG.Update_Row)
325: AMS_SYSTEM_PRETTY_URL_PKG.Update_Row(
326: p_system_url_id => p_system_pretty_url_rec.system_url_id,
327: p_creation_date => SYSDATE,
328: p_created_by => G_USER_ID,
329: p_last_update_date => SYSDATE,

Line 448: -- Invoke table handler(AMS_SYSTEM_PRETTY_URL_PKG.Delete_Row)

444: --
445: -- Debug Message
446: AMS_UTILITY_PVT.debug_message( 'Private API: Calling delete table handler');
447:
448: -- Invoke table handler(AMS_SYSTEM_PRETTY_URL_PKG.Delete_Row)
449: AMS_SYSTEM_PRETTY_URL_PKG.Delete_Row(
450: p_SYSTEM_URL_ID => p_SYSTEM_URL_ID);
451: --
452: -- End of API body

Line 449: AMS_SYSTEM_PRETTY_URL_PKG.Delete_Row(

445: -- Debug Message
446: AMS_UTILITY_PVT.debug_message( 'Private API: Calling delete table handler');
447:
448: -- Invoke table handler(AMS_SYSTEM_PRETTY_URL_PKG.Delete_Row)
449: AMS_SYSTEM_PRETTY_URL_PKG.Delete_Row(
450: p_SYSTEM_URL_ID => p_SYSTEM_URL_ID);
451: --
452: -- End of API body
453: --