DBA Data[Home] [Help]

APPS.AME_ITU_BUS dependencies on AME_ITU_SHD

Line 237: procedure chk_mandatory_args(p_rec ame_itu_shd.g_rec_type) IS

233: -- Internal Row Handler Use Only.
234: --
235: -- {End Of Comments}
236: -- ----------------------------------------------------------------------------
237: procedure chk_mandatory_args(p_rec ame_itu_shd.g_rec_type) IS
238: --
239: l_proc varchar2(72) := g_package || 'CHK_MANDATORY_ARGS';
240: --
241: Begin

Line 557: ,p_rec in ame_itu_shd.g_rec_type

553: -- {End Of Comments}
554: -- ----------------------------------------------------------------------------
555: Procedure chk_non_updateable_args
556: (p_effective_date in date
557: ,p_rec in ame_itu_shd.g_rec_type
558: ) IS
559: --
560: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
561: --

Line 567: IF NOT ame_itu_shd.api_updating

563: --
564: -- Only proceed with the validation if a row exists for the current
565: -- record in the HR Schema.
566: --
567: IF NOT ame_itu_shd.api_updating
568: (p_item_class_id => p_rec.item_class_id
569: ,p_application_id => p_rec.application_id
570: ,p_effective_date => p_effective_date
571: ,p_object_version_number => p_rec.object_version_number

Line 778: ame_itu_shd.child_rows_exist

774: --
775: -- Ensures no child rows exists for the particular item_class_id and
776: -- application_id
777: --
778: ame_itu_shd.child_rows_exist
779: (p_item_class_id => p_item_class_id
780: ,p_application_id => p_application_id
781: ,p_start_date => p_validation_start_date
782: ,p_end_date => p_validation_end_date);

Line 803: (p_rec in ame_itu_shd.g_rec_type

799: -- ----------------------------------------------------------------------------
800: -- |---------------------------< insert_validate >----------------------------|
801: -- ----------------------------------------------------------------------------
802: Procedure insert_validate
803: (p_rec in ame_itu_shd.g_rec_type
804: ,p_effective_date in date
805: ,p_datetrack_mode in varchar2
806: ,p_validation_start_date in date
807: ,p_validation_end_date in date

Line 848: (p_rec in ame_itu_shd.g_rec_type

844: -- ----------------------------------------------------------------------------
845: -- |---------------------------< update_validate >----------------------------|
846: -- ----------------------------------------------------------------------------
847: Procedure update_validate
848: (p_rec in ame_itu_shd.g_rec_type
849: ,p_effective_date in date
850: ,p_datetrack_mode in varchar2
851: ,p_validation_start_date in date
852: ,p_validation_end_date in date

Line 894: (p_rec in ame_itu_shd.g_rec_type

890: -- ----------------------------------------------------------------------------
891: -- |---------------------------< delete_validate >----------------------------|
892: -- ----------------------------------------------------------------------------
893: Procedure delete_validate
894: (p_rec in ame_itu_shd.g_rec_type
895: ,p_effective_date in date
896: ,p_datetrack_mode in varchar2
897: ,p_validation_start_date in date
898: ,p_validation_end_date in date