DBA Data[Home] [Help]

APPS.PQH_COMMITMENT_POSTING dependencies on PA_UTILS

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

4909: END IF;
4910:
4911: hr_utility.set_location('Transaction Source: '||l_gms_transaction_source, 10);
4912:
4913: l_exp_end_dt := nvl(pa_utils.getweekending(sysdate),sysdate);
4914: --
4915: --Prepare a batch containing all records to be imported
4916: --
4917: For C1 in csr_pqh_gms_interface LOOP