DBA Data[Home] [Help]

APPS.OTA_TFH_API_BUSINESS_RULES dependencies on OTA_TFH_API_SHD

Line 294: p_rec_finance in out nocopy ota_tfh_api_shd.g_rec_type

290: -- will then be called.
291: --
292: Procedure cancel_header
293: (
294: p_rec_finance in out nocopy ota_tfh_api_shd.g_rec_type
295: ,p_cancel_header_id out nocopy number
296: ,p_date_raised in date
297: ,p_validate in boolean
298: );

Line 448: p_rec_finance in out nocopy ota_tfh_api_shd.g_rec_type

444: -- 'N' by default.
445: --
446: Procedure cancel_and_recreate
447: (
448: p_rec_finance in out nocopy ota_tfh_api_shd.g_rec_type
449: ,p_date_raised in date
450: ,p_validate in boolean
451: );
452: --

Line 517: p_rec_old in ota_tfh_api_shd.g_rec_type

513: -- Enforced by the constraint 'OTA_TFH_CHECK_UPDATE'
514: --
515: Procedure check_update_header
516: (
517: p_rec_old in ota_tfh_api_shd.g_rec_type
518: ,p_rec_new in ota_tfh_api_shd.g_rec_type
519: ,p_transaction_type in varchar2
520: );
521: --

Line 518: ,p_rec_new in ota_tfh_api_shd.g_rec_type

514: --
515: Procedure check_update_header
516: (
517: p_rec_old in ota_tfh_api_shd.g_rec_type
518: ,p_rec_new in ota_tfh_api_shd.g_rec_type
519: ,p_transaction_type in varchar2
520: );
521: --
522: -- ----------------------------------------------------------------------------