DBA Data[Home] [Help]

APPS.AP_IMPORT_INVOICES_PKG dependencies on INV_LE_TIMEZONE_PUB

Line 1572: l_rts_txn_le_date := INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Ou(

1568: AP_IMPORT_UTILITIES_PKG.Print
1569: (AP_IMPORT_INVOICES_PKG.g_debug_switch, debug_info);
1570: END IF;
1571:
1572: l_rts_txn_le_date := INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Ou(
1573: p_trxn_date => nvl(l_invoice_rec.goods_received_date,
1574: l_invoice_rec.invoice_date)
1575: ,p_ou_id => l_invoice_rec.org_id);
1576:

Line 1577: l_inv_le_date := INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Ou(

1573: p_trxn_date => nvl(l_invoice_rec.goods_received_date,
1574: l_invoice_rec.invoice_date)
1575: ,p_ou_id => l_invoice_rec.org_id);
1576:
1577: l_inv_le_date := INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Ou(
1578: p_trxn_date => l_invoice_rec.invoice_date
1579: ,p_ou_id => l_invoice_rec.org_id);
1580:
1581: l_sys_le_date := INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Ou(

Line 1581: l_sys_le_date := INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Ou(

1577: l_inv_le_date := INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Ou(
1578: p_trxn_date => l_invoice_rec.invoice_date
1579: ,p_ou_id => l_invoice_rec.org_id);
1580:
1581: l_sys_le_date := INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Ou(
1582: p_trxn_date => sysdate
1583: ,p_ou_id => l_invoice_rec.org_id);
1584:
1585: