DBA Data[Home] [Help]

APPS.RCV_CREATEACCOUNTING_PVT dependencies on INV_LE_TIMEZONE_PUB

Line 364: l_accounting_date := INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Server (

360:
361: -- Convert the event_date to Legal Entity time zome
362: l_stmt_num := 27;
363:
364: l_accounting_date := INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Server (
365: p_trxn_date => p_rcv_ae_line.transaction_date,
366: p_le_id => l_legal_entity );
367:
368:

Line 1327: l_event_le_date := INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Server (

1323:
1324: -- Convert the event_date to Legal Entity time zome
1325: l_stmt_num := 57;
1326:
1327: l_event_le_date := INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Server (
1328: p_trxn_date => l_rcv_ae_line.transaction_date,
1329: p_le_id => l_legal_entity );
1330:
1331: