DBA Data[Home] [Help]

APPS.INV_MGD_MVT_STATS_PVT dependencies on INV_MGD_MVT_FIN_MDTR

Line 1311: INV_MGD_MVT_FIN_MDTR.Calc_Invoice_Info

1307: THEN
1308: IF l_orig_mvmt_transaction.financial_document_flag = 'MISSING'
1309: THEN
1310: -- get invoice information
1311: INV_MGD_MVT_FIN_MDTR.Calc_Invoice_Info
1312: ( p_stat_typ_transaction => p_movement_stat_usages_rec
1313: , x_movement_transaction => l_orig_mvmt_transaction
1314: );
1315: -- if we have an invoice_id that means we found the invoice

Line 1354: INV_MGD_MVT_FIN_MDTR.Calc_Movement_Amount

1350: l_new_movement_transaction.edi_transaction_reference := NULL;
1351: l_new_movement_transaction.edi_transaction_date := NULL;
1352:
1353: l_new_movement_transaction.movement_amount :=
1354: INV_MGD_MVT_FIN_MDTR.Calc_Movement_Amount
1355: (p_movement_transaction => l_new_movement_transaction
1356: );
1357:
1358: --Calculate freight charge and include in statistics value

Line 1360: INV_MGD_MVT_FIN_MDTR.Calc_Statistics_Value

1356: );
1357:
1358: --Calculate freight charge and include in statistics value
1359: l_new_movement_transaction.stat_ext_value :=
1360: INV_MGD_MVT_FIN_MDTR.Calc_Statistics_Value
1361: (p_movement_transaction => l_new_movement_transaction);
1362:
1363: INV_MGD_MVT_STATS_PVT.Create_Movement_Statistics
1364: ( p_api_version_number => 1.0

Line 1394: INV_MGD_MVT_FIN_MDTR.Calc_Invoice_Info

1390: THEN
1391: IF l_orig_mvmt_transaction.financial_document_flag = 'MISSING'
1392: THEN
1393: -- get invoice information
1394: INV_MGD_MVT_FIN_MDTR.Calc_Invoice_Info
1395: ( p_stat_typ_transaction => p_movement_stat_usages_rec
1396: , x_movement_transaction => l_orig_mvmt_transaction
1397: );
1398: -- if we have an invoice_id that means we found the invoice

Line 1409: INV_MGD_MVT_FIN_MDTR.Calc_Movement_Amount

1405: -- record updated
1406: x_updated_flag :='Y';
1407:
1408: l_orig_mvmt_transaction.movement_amount :=
1409: INV_MGD_MVT_FIN_MDTR.Calc_Movement_Amount
1410: (p_movement_transaction => l_orig_mvmt_transaction
1411: );
1412:
1413: --Calculate freight charge and include in statistics value

Line 1415: INV_MGD_MVT_FIN_MDTR.Calc_Statistics_Value

1411: );
1412:
1413: --Calculate freight charge and include in statistics value
1414: l_orig_mvmt_transaction.stat_ext_value :=
1415: INV_MGD_MVT_FIN_MDTR.Calc_Statistics_Value
1416: (p_movement_transaction => l_orig_mvmt_transaction);
1417: ELSE
1418: -- see state diagram for reason of setting status to V
1419: -- and financial_document_flag to MISSING

Line 1495: INV_MGD_MVT_FIN_MDTR.Calc_Invoice_Info

1491: END IF;
1492: IF l_orig_mvmt_transaction.financial_document_flag = 'MISSING'
1493: THEN
1494: -- get invoice information
1495: INV_MGD_MVT_FIN_MDTR.Calc_Invoice_Info
1496: ( p_stat_typ_transaction => p_movement_stat_usages_rec
1497: , x_movement_transaction => l_orig_mvmt_transaction
1498: );
1499: -- if we have an invoice_id that means we found the invoice

Line 1515: INV_MGD_MVT_FIN_MDTR.Calc_Movement_Amount

1511: -- record updated
1512: x_updated_flag :='Y';
1513:
1514: l_orig_mvmt_transaction.movement_amount :=
1515: INV_MGD_MVT_FIN_MDTR.Calc_Movement_Amount
1516: (p_movement_transaction => l_orig_mvmt_transaction
1517: );
1518:
1519: --Calculate freight charge and include in statistics value

Line 1521: INV_MGD_MVT_FIN_MDTR.Calc_Statistics_Value

1517: );
1518:
1519: --Calculate freight charge and include in statistics value
1520: l_orig_mvmt_transaction.stat_ext_value :=
1521: INV_MGD_MVT_FIN_MDTR.Calc_Statistics_Value
1522: (p_movement_transaction => l_orig_mvmt_transaction);
1523: ELSE
1524: -- see state diagram for reason of setting status to V
1525: -- Set status to V only if the record is validated

Line 1545: INV_MGD_MVT_FIN_MDTR.Calc_Invoice_Info

1541: ELSIF l_orig_mvmt_transaction.financial_document_flag in ('PROCESS_INCLUDED','PROCESSED_INCLUDED')
1542: THEN
1543: -- get invoice information
1544: /*
1545: INV_MGD_MVT_FIN_MDTR.Calc_Invoice_Info
1546: ( p_movement_transaction => l_orig_mvmt_transaction
1547: , p_stat_typ_transaction => p_movement_stat_usages_rec
1548: , x_movement_transaction => l_orig_mvmt_transaction
1549: );

Line 1586: INV_MGD_MVT_FIN_MDTR.Calc_Invoice_Info

1582: create_table_data( p_col_name => 'CURRENCY_CONVERSION_RATE'
1583: , p_message_cd => 1
1584: );
1585:
1586: INV_MGD_MVT_FIN_MDTR.Calc_Invoice_Info
1587: ( p_stat_typ_transaction => p_movement_stat_usages_rec
1588: , x_movement_transaction => l_orig_mvmt_transaction
1589: );
1590:

Line 1605: INV_MGD_MVT_FIN_MDTR.Calc_Movement_Amount

1601: create_table_data(p_col_name => 'CURRENCY_CONVERSION_RATE'
1602: ,p_message_cd => 4
1603: );
1604: l_orig_mvmt_transaction.movement_amount :=
1605: INV_MGD_MVT_FIN_MDTR.Calc_Movement_Amount
1606: (p_movement_transaction => l_orig_mvmt_transaction
1607: );
1608:
1609: --Calculate freight charge and include in statistics value

Line 1611: INV_MGD_MVT_FIN_MDTR.Calc_Statistics_Value

1607: );
1608:
1609: --Calculate freight charge and include in statistics value
1610: l_orig_mvmt_transaction.stat_ext_value :=
1611: INV_MGD_MVT_FIN_MDTR.Calc_Statistics_Value
1612: (p_movement_transaction => l_orig_mvmt_transaction);
1613: END IF;
1614: END if; --ksaini moved here to encapsulate the condition within previous IF
1615: