DBA Data[Home] [Help]

APPS.PQP_VEHICLE_MILEAGE dependencies on PQP_INI_BAL

Line 101: pqp_ini_bal.Initialize_Balances(p_business_group_id =>p_business_group_id);

97: IF l_link_flag > 0 THEN
98: fnd_file.put_line(fnd_file.log,'Please Create the above Element Links and Retry.');
99: ELSE
100: --Call the Procedure to initialize the balances
101: pqp_ini_bal.Initialize_Balances(p_business_group_id =>p_business_group_id);
102: -- Write Error Messages to the Log
103: OPEN c_err_log;
104: LOOP
105: FETCH c_err_log into l_err_log;