DBA Data[Home] [Help]

APPS.AP_IMPORT_INVOICES_PKG dependencies on INV_LE_TIMEZONE_PUB

Line 1905: l_rts_txn_le_date := INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Ou(

1901: AP_IMPORT_UTILITIES_PKG.Print
1902: (AP_IMPORT_INVOICES_PKG.g_debug_switch, debug_info);
1903: END IF;
1904:
1905: l_rts_txn_le_date := INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Ou(
1906: p_trxn_date => nvl(l_invoice_rec.goods_received_date,
1907: l_invoice_rec.invoice_date)
1908: ,p_ou_id => l_invoice_rec.org_id);
1909:

Line 1910: l_inv_le_date := INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Ou(

1906: p_trxn_date => nvl(l_invoice_rec.goods_received_date,
1907: l_invoice_rec.invoice_date)
1908: ,p_ou_id => l_invoice_rec.org_id);
1909:
1910: l_inv_le_date := INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Ou(
1911: p_trxn_date => l_invoice_rec.invoice_date
1912: ,p_ou_id => l_invoice_rec.org_id);
1913:
1914: l_sys_le_date := INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Ou(

Line 1914: l_sys_le_date := INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Ou(

1910: l_inv_le_date := INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Ou(
1911: p_trxn_date => l_invoice_rec.invoice_date
1912: ,p_ou_id => l_invoice_rec.org_id);
1913:
1914: l_sys_le_date := INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Ou(
1915: p_trxn_date => sysdate
1916: ,p_ou_id => l_invoice_rec.org_id);
1917:
1918:

Line 5168: l_rts_txn_le_date := INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Ou(

5164: IF (AP_IMPORT_INVOICES_PKG.g_debug_switch = 'Y') THEN
5165: Print(AP_IMPORT_INVOICES_PKG.g_debug_switch, debug_info);
5166: END IF;
5167:
5168: l_rts_txn_le_date := INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Ou(
5169: p_trxn_date => nvl(p_goods_received_date, p_invoice_date)
5170: ,p_ou_id => p_org_id);
5171:
5172: l_inv_le_date := INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Ou(

Line 5172: l_inv_le_date := INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Ou(

5168: l_rts_txn_le_date := INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Ou(
5169: p_trxn_date => nvl(p_goods_received_date, p_invoice_date)
5170: ,p_ou_id => p_org_id);
5171:
5172: l_inv_le_date := INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Ou(
5173: p_trxn_date => p_invoice_date
5174: ,p_ou_id => p_org_id);
5175:
5176: l_sys_le_date := INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Ou(

Line 5176: l_sys_le_date := INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Ou(

5172: l_inv_le_date := INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Ou(
5173: p_trxn_date => p_invoice_date
5174: ,p_ou_id => p_org_id);
5175:
5176: l_sys_le_date := INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Ou(
5177: p_trxn_date => sysdate
5178: ,p_ou_id => p_org_id);
5179:
5180: