DBA Data[Home] [Help]

APPS.AMS_LIST_ASSOC_PVT dependencies on AMS_LIST_CONT_RESTRICTIONS_PKG

Line 148: -- Invoke table handler(AMS_LIST_CONT_RESTRICTIONS_PKG.Insert_Row)

144:
145: AMS_UTILITY_PVT.debug_message( 'Private API: Calling create table handler');
146: END IF;
147:
148: -- Invoke table handler(AMS_LIST_CONT_RESTRICTIONS_PKG.Insert_Row)
149: AMS_LIST_CONT_RESTRICTIONS_PKG.Insert_Row(
150: px_list_cont_restrictions_id => l_list_cont_restrictions_id,
151: p_list_header_id => p_list_assoc_rec.list_header_id,
152: p_last_update_date => SYSDATE,

Line 149: AMS_LIST_CONT_RESTRICTIONS_PKG.Insert_Row(

145: AMS_UTILITY_PVT.debug_message( 'Private API: Calling create table handler');
146: END IF;
147:
148: -- Invoke table handler(AMS_LIST_CONT_RESTRICTIONS_PKG.Insert_Row)
149: AMS_LIST_CONT_RESTRICTIONS_PKG.Insert_Row(
150: px_list_cont_restrictions_id => l_list_cont_restrictions_id,
151: p_list_header_id => p_list_assoc_rec.list_header_id,
152: p_last_update_date => SYSDATE,
153: p_last_updated_by => FND_GLOBAL.USER_ID,

Line 361: -- Invoke table handler(AMS_LIST_CONT_RESTRICTIONS_PKG.Update_Row)

357:
358: AMS_UTILITY_PVT.debug_message('Private API: Calling update table handler');
359: END IF;
360:
361: -- Invoke table handler(AMS_LIST_CONT_RESTRICTIONS_PKG.Update_Row)
362: AMS_LIST_CONT_RESTRICTIONS_PKG.Update_Row(
363: p_list_cont_restrictions_id => p_list_assoc_rec.list_cont_restrictions_id,
364: p_list_header_id => p_list_assoc_rec.list_header_id,
365: p_last_update_date => SYSDATE,

Line 362: AMS_LIST_CONT_RESTRICTIONS_PKG.Update_Row(

358: AMS_UTILITY_PVT.debug_message('Private API: Calling update table handler');
359: END IF;
360:
361: -- Invoke table handler(AMS_LIST_CONT_RESTRICTIONS_PKG.Update_Row)
362: AMS_LIST_CONT_RESTRICTIONS_PKG.Update_Row(
363: p_list_cont_restrictions_id => p_list_assoc_rec.list_cont_restrictions_id,
364: p_list_header_id => p_list_assoc_rec.list_header_id,
365: p_last_update_date => SYSDATE,
366: p_last_updated_by => FND_GLOBAL.USER_ID,

Line 495: -- Invoke table handler(AMS_LIST_CONT_RESTRICTIONS_PKG.Delete_Row)

491:
492: AMS_UTILITY_PVT.debug_message( 'Private API: Calling delete table handler');
493: END IF;
494:
495: -- Invoke table handler(AMS_LIST_CONT_RESTRICTIONS_PKG.Delete_Row)
496: AMS_LIST_CONT_RESTRICTIONS_PKG.Delete_Row(
497: p_LIST_CONT_RESTRICTIONs_ID => p_LIST_CONT_RESTRICTIONs_ID);
498: --
499: -- End of API body

Line 496: AMS_LIST_CONT_RESTRICTIONS_PKG.Delete_Row(

492: AMS_UTILITY_PVT.debug_message( 'Private API: Calling delete table handler');
493: END IF;
494:
495: -- Invoke table handler(AMS_LIST_CONT_RESTRICTIONS_PKG.Delete_Row)
496: AMS_LIST_CONT_RESTRICTIONS_PKG.Delete_Row(
497: p_LIST_CONT_RESTRICTIONs_ID => p_LIST_CONT_RESTRICTIONs_ID);
498: --
499: -- End of API body
500: --