DBA Data[Home] [Help]

APPS.PQP_VEHICLE_REPOSITORY_API dependencies on HR_GENERAL

Line 112: l_currency_code :=hr_general.DEFAULT_CURRENCY_CODE(p_business_group_id);

108:
109: begin
110:
111: --used to get the currency code
112: l_currency_code :=hr_general.DEFAULT_CURRENCY_CODE(p_business_group_id);
113:
114: hr_utility.set_location('Entering:'|| l_proc, 10);
115:
116: --Truncate the incomming date parameter

Line 557: l_currency_code :=hr_general.DEFAULT_CURRENCY_CODE(p_business_group_id);

553: l_effective_date date;
554: BEGIN
555:
556: --used to get the currency code
557: l_currency_code :=hr_general.DEFAULT_CURRENCY_CODE(p_business_group_id);
558:
559: --
560: -- Issue a savepoint
561: --