DBA Data[Home] [Help]

APPS.OTA_NHS_BUS dependencies on OTA_NHS_SHD

Line 98: (p_rec in ota_nhs_shd.g_rec_type );

94: --
95: -- {End Of Comments}
96: -- ---------------------------------------------------------------------------
97: procedure chk_df
98: (p_rec in ota_nhs_shd.g_rec_type );
99:
100: --
101: -- ----------------------------------------------------------------------------
102: -- |-----------------------< chk_non_updateable_args >------------------------|

Line 130: ,p_rec in ota_nhs_shd.g_rec_type);

126: -- {End Of Comments}
127: -- ----------------------------------------------------------------------------
128: Procedure chk_non_updateable_args
129: (p_effective_date in date
130: ,p_rec in ota_nhs_shd.g_rec_type);
131:
132:
133: --
134: -- ----------------------------------------------------------------------------

Line 497: p_rec in ota_nhs_shd.g_rec_type);

493: --
494: -- {End Of Comments}
495: -- ----------------------------------------------------------------------------
496: Procedure insert_validate(p_effective_date in date,
497: p_rec in ota_nhs_shd.g_rec_type);
498: --
499: -- ----------------------------------------------------------------------------
500: -- |---------------------------< update_validate >----------------------------|
501: -- ----------------------------------------------------------------------------

Line 532: p_rec in ota_nhs_shd.g_rec_type);

528: --
529: -- {End Of Comments}
530: -- ----------------------------------------------------------------------------
531: Procedure update_validate(p_effective_date in date,
532: p_rec in ota_nhs_shd.g_rec_type);
533: --
534: -- ----------------------------------------------------------------------------
535: -- |---------------------------< delete_validate >----------------------------|
536: -- ----------------------------------------------------------------------------

Line 566: Procedure delete_validate(p_rec in ota_nhs_shd.g_rec_type);

562: -- Internal Row Handler Use Only.
563: --
564: -- {End Of Comments}
565: -- ----------------------------------------------------------------------------
566: Procedure delete_validate(p_rec in ota_nhs_shd.g_rec_type);
567: --
568: end ota_nhs_bus;