DBA Data[Home] [Help]

APPS.PQH_GL_POSTING dependencies on PA_UTILS

Line 5880: l_exp_end_dt := nvl(pa_utils.getweekending(sysdate),sysdate);

5876: END IF;
5877:
5878: hr_utility.set_location('Transaction Source: '||l_gms_transaction_source, 10);
5879:
5880: l_exp_end_dt := nvl(pa_utils.getweekending(sysdate),sysdate);
5881: --
5882: --Prepare a batch containing all records to be imported
5883: --
5884: For C1 in csr_pqh_gms_interface LOOP