DBA Data[Home] [Help]

APPS.PQH_GSP_RATES dependencies on PQH_PROCESS_BATCH_LOG

Line 687: PQH_PROCESS_BATCH_LOG.END_LOG;

683: p_gs_rate_matx => l_gs_rate_matx,
684: p_effective_date => p_effective_date,
685: p_business_group_id => p_business_group_id);
686: hr_utility.set_location('leaving gs matrix build',420);
687: PQH_PROCESS_BATCH_LOG.END_LOG;
688: end build_gs_matrix;
689: procedure build_gr_matrix(p_copy_entity_txn_id in number,
690: p_effective_date in date,
691: p_crset_id in number,

Line 748: PQH_PROCESS_BATCH_LOG.END_LOG;

744: p_gr_rate_matx => l_gr_rate_matx,
745: p_effective_date => p_effective_date,
746: p_business_group_id => p_business_group_id);
747: hr_utility.set_location('leaving gr matrix build',420);
748: PQH_PROCESS_BATCH_LOG.END_LOG;
749: end build_gr_matrix;
750: procedure correct_hrrate(p_copy_entity_txn_id in number,
751: p_point_cer_id in number,
752: p_effective_date in date,