DBA Data[Home] [Help]

APPS.PQH_RBC_UTILITY dependencies on STANDARD

Line 871: else -- WE HAVE TO PULL STANDARD CRITERIA AND ADD BUSINESS GRP ID

867: p_copy_entity_txn_id => l_cet_id,
868: p_effective_date => p_effective_date,
869: p_copy_entity_result_id => l_cer_id,
870: p_copy_entity_result_ovn => l_cer_ovn);
871: else -- WE HAVE TO PULL STANDARD CRITERIA AND ADD BUSINESS GRP ID
872:
873: check_criteria_in_busgrp(p_eligy_criteria_id,p_business_group_id,l_eligy_criteria_id_new);
874:
875: hr_utility.set_location('Value returned from check_criteria_in_busgrp:'||l_eligy_criteria_id_new ,10);

Line 1746: -- Standard Date - X / D

1742: --
1743: -- Function to return the datatype of the value returned by a valueset
1744: -- Char - C / V
1745: -- Number - N
1746: -- Standard Date - X / D
1747: -- Treat any other value as invalid datatype
1748: --
1749: Function get_vset_datatype(p_value_set_id in number) return varchar2 is
1750: --