DBA Data[Home] [Help]

APPS.HXC_TIME_ATTRIBUTES_API dependencies on HXC_TAT_INS

Line 481: hxc_tat_ins.ins

477: fetch c_get_data_set into l_data_set_id;
478: close c_get_data_set;*/
479:
480: -- call the row handler
481: hxc_tat_ins.ins
482: (p_effective_date => null
483: ,p_attribute_category => l_attribute_category
484: ,p_attribute1 => l_attribute1
485: ,p_attribute2 => l_attribute2

Line 648: hxc_tat_ins.ins

644: fetch c_get_data_set into l_data_set_id;
645: close c_get_data_set;
646:
647: -- call the row handler
648: hxc_tat_ins.ins
649: (p_effective_date => null
650: ,p_attribute_category => p_attribute_category
651: ,p_attribute1 => p_attribute1
652: ,p_attribute2 => p_attribute2