DBA Data[Home] [Help]

APPS.CSE_PO_RECEIPT_INTO_PROJECT dependencies on INV_LE_TIMEZONE_PUB

Line 914: l_gl_date := INV_LE_TIMEZONE_PUB.Get_Le_Day_Time_For_Ou(rt_date, l_org_id);

910: FROM po_distributions_all pod, rcv_transactions rt
911: WHERE rt.PO_DISTRIBUTION_ID=pod.po_distribution_id
912: AND rt.transaction_id = p_rcv_txn_tbl(i).rcv_transaction_id;
913:
914: l_gl_date := INV_LE_TIMEZONE_PUB.Get_Le_Day_Time_For_Ou(rt_date, l_org_id);
915: debug('rt_date: ' || rt_date);
916: debug('l_org_id: ' || l_org_id);
917: debug('l_gl_date : '||to_char(l_gl_date,'dd-mon-yy hh24:mi:ss'));
918: