DBA Data[Home] [Help]

APPS.INV_MGD_MVT_STATS_PROC dependencies on INV_LE_TIMEZONE_PUB

Line 801: INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Server

797: SAVEPOINT INV_Transaction;
798:
799: --Timezone support, convert server transaction date to legal entity timezone
800: l_movement_transaction.transaction_date :=
801: INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Server
802: ( p_trxn_date => l_movement_transaction.transaction_date
803: , p_le_id => l_movement_transaction.entity_org_id
804: );
805:

Line 1210: INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Server

1206: END IF;
1207:
1208: --Timezone support, convert server transaction date to legal entity timezone
1209: l_movement_transaction.transaction_date :=
1210: INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Server
1211: ( p_trxn_date => l_movement_transaction.transaction_date
1212: , p_le_id => l_movement_transaction.entity_org_id
1213: );
1214:

Line 1818: INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Server

1814: END IF;
1815:
1816: --Timezone support, convert server transaction date to legal entity timezone
1817: l_movement_transaction.transaction_date :=
1818: INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Server
1819: ( p_trxn_date => l_movement_transaction.transaction_date
1820: , p_le_id => l_movement_transaction.entity_org_id
1821: );
1822:

Line 2611: INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Server

2607: END IF;
2608:
2609: --Timezone support, convert server transaction date to legal entity timezone
2610: l_movement_transaction.transaction_date :=
2611: INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Server
2612: ( p_trxn_date => l_movement_transaction.transaction_date
2613: , p_le_id => l_movement_transaction.entity_org_id
2614: );
2615:

Line 3571: INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Server

3567: END IF;
3568:
3569: --Timezone support, convert server transaction date to legal entity timezone
3570: l_movement_transaction.transaction_date :=
3571: INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Server
3572: ( p_trxn_date => l_movement_transaction.transaction_date
3573: , p_le_id => l_movement_transaction.entity_org_id
3574: );
3575:

Line 5027: INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Server

5023: END IF;
5024:
5025: --Timezone support, convert server transaction date to legal entity timezone
5026: l_movement_transaction.transaction_date :=
5027: INV_LE_TIMEZONE_PUB.Get_Le_Day_For_Server
5028: ( p_trxn_date => l_movement_transaction.transaction_date
5029: , p_le_id => l_movement_transaction.entity_org_id
5030: );
5031: