DBA Data[Home] [Help]

APPS.AMS_PRTY_URL_ASSOC_PVT dependencies on AMS_PRETTY_URL_ASSOC_PKG

Line 132: -- Invoke table handler(AMS_PRETTY_URL_ASSOC_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_PRETTY_URL_ASSOC_PKG.Insert_Row)
133: AMS_PRETTY_URL_ASSOC_PKG.Insert_Row(
134: px_assoc_id => l_assoc_id,
135: p_creation_date => SYSDATE,
136: p_created_by => G_USER_ID,

Line 133: AMS_PRETTY_URL_ASSOC_PKG.Insert_Row(

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

Line 321: -- Invoke table handler(AMS_PRETTY_URL_ASSOC_PKG.Update_Row)

317:
318: -- Debug Message
319: AMS_UTILITY_PVT.debug_message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: Calling update table handler');
320:
321: -- Invoke table handler(AMS_PRETTY_URL_ASSOC_PKG.Update_Row)
322: AMS_PRETTY_URL_ASSOC_PKG.Update_Row(
323: p_assoc_id => p_prty_url_assoc_rec.assoc_id,
324: p_creation_date => SYSDATE,
325: p_created_by => G_USER_ID,

Line 322: AMS_PRETTY_URL_ASSOC_PKG.Update_Row(

318: -- Debug Message
319: AMS_UTILITY_PVT.debug_message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: Calling update table handler');
320:
321: -- Invoke table handler(AMS_PRETTY_URL_ASSOC_PKG.Update_Row)
322: AMS_PRETTY_URL_ASSOC_PKG.Update_Row(
323: p_assoc_id => p_prty_url_assoc_rec.assoc_id,
324: p_creation_date => SYSDATE,
325: p_created_by => G_USER_ID,
326: p_last_update_date => SYSDATE,

Line 443: -- Invoke table handler(AMS_PRETTY_URL_ASSOC_PKG.Delete_Row)

439: --
440: -- Debug Message
441: AMS_UTILITY_PVT.debug_message( 'Private API: Calling delete table handler');
442:
443: -- Invoke table handler(AMS_PRETTY_URL_ASSOC_PKG.Delete_Row)
444: AMS_PRETTY_URL_ASSOC_PKG.Delete_Row(
445: p_ASSOC_ID => p_ASSOC_ID);
446: --
447: -- End of API body

Line 444: AMS_PRETTY_URL_ASSOC_PKG.Delete_Row(

440: -- Debug Message
441: AMS_UTILITY_PVT.debug_message( 'Private API: Calling delete table handler');
442:
443: -- Invoke table handler(AMS_PRETTY_URL_ASSOC_PKG.Delete_Row)
444: AMS_PRETTY_URL_ASSOC_PKG.Delete_Row(
445: p_ASSOC_ID => p_ASSOC_ID);
446: --
447: -- End of API body
448: --