DBA Data[Home] [Help]

APPS.INV_MGD_MVT_STATS_PVT dependencies on INV_MGD_MVT_FIN_MDTR

Line 1351: INV_MGD_MVT_FIN_MDTR.Calc_Invoice_Info

1347: THEN
1348: IF l_orig_mvmt_transaction.financial_document_flag = 'MISSING'
1349: THEN
1350: -- get invoice information
1351: INV_MGD_MVT_FIN_MDTR.Calc_Invoice_Info
1352: ( p_stat_typ_transaction => p_movement_stat_usages_rec
1353: , x_movement_transaction => l_orig_mvmt_transaction
1354: );
1355: -- if we have an invoice_id that means we found the invoice

Line 1394: INV_MGD_MVT_FIN_MDTR.Calc_Movement_Amount

1390: l_new_movement_transaction.edi_transaction_reference := NULL;
1391: l_new_movement_transaction.edi_transaction_date := NULL;
1392:
1393: l_new_movement_transaction.movement_amount :=
1394: INV_MGD_MVT_FIN_MDTR.Calc_Movement_Amount
1395: (p_movement_transaction => l_new_movement_transaction
1396: );
1397:
1398: --Calculate freight charge and include in statistics value

Line 1400: INV_MGD_MVT_FIN_MDTR.Calc_Statistics_Value

1396: );
1397:
1398: --Calculate freight charge and include in statistics value
1399: l_new_movement_transaction.stat_ext_value :=
1400: INV_MGD_MVT_FIN_MDTR.Calc_Statistics_Value
1401: (p_movement_transaction => l_new_movement_transaction);
1402:
1403: INV_MGD_MVT_STATS_PVT.Create_Movement_Statistics
1404: ( p_api_version_number => 1.0

Line 1434: INV_MGD_MVT_FIN_MDTR.Calc_Invoice_Info

1430: THEN
1431: IF l_orig_mvmt_transaction.financial_document_flag = 'MISSING'
1432: THEN
1433: -- get invoice information
1434: INV_MGD_MVT_FIN_MDTR.Calc_Invoice_Info
1435: ( p_stat_typ_transaction => p_movement_stat_usages_rec
1436: , x_movement_transaction => l_orig_mvmt_transaction
1437: );
1438: -- if we have an invoice_id that means we found the invoice

Line 1449: INV_MGD_MVT_FIN_MDTR.Calc_Movement_Amount

1445: -- record updated
1446: x_updated_flag :='Y';
1447:
1448: l_orig_mvmt_transaction.movement_amount :=
1449: INV_MGD_MVT_FIN_MDTR.Calc_Movement_Amount
1450: (p_movement_transaction => l_orig_mvmt_transaction
1451: );
1452:
1453: --Calculate freight charge and include in statistics value

Line 1455: INV_MGD_MVT_FIN_MDTR.Calc_Statistics_Value

1451: );
1452:
1453: --Calculate freight charge and include in statistics value
1454: l_orig_mvmt_transaction.stat_ext_value :=
1455: INV_MGD_MVT_FIN_MDTR.Calc_Statistics_Value
1456: (p_movement_transaction => l_orig_mvmt_transaction);
1457: ELSE
1458: -- see state diagram for reason of setting status to V
1459: -- and financial_document_flag to MISSING

Line 1535: INV_MGD_MVT_FIN_MDTR.Calc_Invoice_Info

1531: END IF;
1532: IF l_orig_mvmt_transaction.financial_document_flag = 'MISSING'
1533: THEN
1534: -- get invoice information
1535: INV_MGD_MVT_FIN_MDTR.Calc_Invoice_Info
1536: ( p_stat_typ_transaction => p_movement_stat_usages_rec
1537: , x_movement_transaction => l_orig_mvmt_transaction
1538: );
1539: -- if we have an invoice_id that means we found the invoice

Line 1555: INV_MGD_MVT_FIN_MDTR.Calc_Movement_Amount

1551: -- record updated
1552: x_updated_flag :='Y';
1553:
1554: l_orig_mvmt_transaction.movement_amount :=
1555: INV_MGD_MVT_FIN_MDTR.Calc_Movement_Amount
1556: (p_movement_transaction => l_orig_mvmt_transaction
1557: );
1558:
1559: --Calculate freight charge and include in statistics value

Line 1561: INV_MGD_MVT_FIN_MDTR.Calc_Statistics_Value

1557: );
1558:
1559: --Calculate freight charge and include in statistics value
1560: l_orig_mvmt_transaction.stat_ext_value :=
1561: INV_MGD_MVT_FIN_MDTR.Calc_Statistics_Value
1562: (p_movement_transaction => l_orig_mvmt_transaction);
1563: ELSE
1564: -- see state diagram for reason of setting status to V
1565: -- Set status to V only if the record is validated

Line 1585: INV_MGD_MVT_FIN_MDTR.Calc_Invoice_Info

1581: ELSIF l_orig_mvmt_transaction.financial_document_flag in ('PROCESS_INCLUDED','PROCESSED_INCLUDED')
1582: THEN
1583: -- get invoice information
1584: /*
1585: INV_MGD_MVT_FIN_MDTR.Calc_Invoice_Info
1586: ( p_movement_transaction => l_orig_mvmt_transaction
1587: , p_stat_typ_transaction => p_movement_stat_usages_rec
1588: , x_movement_transaction => l_orig_mvmt_transaction
1589: );

Line 1626: INV_MGD_MVT_FIN_MDTR.Calc_Invoice_Info

1622: create_table_data( p_col_name => 'CURRENCY_CONVERSION_RATE'
1623: , p_message_cd => 1
1624: );
1625:
1626: INV_MGD_MVT_FIN_MDTR.Calc_Invoice_Info
1627: ( p_stat_typ_transaction => p_movement_stat_usages_rec
1628: , x_movement_transaction => l_orig_mvmt_transaction
1629: );
1630:

Line 1645: INV_MGD_MVT_FIN_MDTR.Calc_Movement_Amount

1641: create_table_data(p_col_name => 'CURRENCY_CONVERSION_RATE'
1642: ,p_message_cd => 4
1643: );
1644: l_orig_mvmt_transaction.movement_amount :=
1645: INV_MGD_MVT_FIN_MDTR.Calc_Movement_Amount
1646: (p_movement_transaction => l_orig_mvmt_transaction
1647: );
1648:
1649: --Calculate freight charge and include in statistics value

Line 1651: INV_MGD_MVT_FIN_MDTR.Calc_Statistics_Value

1647: );
1648:
1649: --Calculate freight charge and include in statistics value
1650: l_orig_mvmt_transaction.stat_ext_value :=
1651: INV_MGD_MVT_FIN_MDTR.Calc_Statistics_Value
1652: (p_movement_transaction => l_orig_mvmt_transaction);
1653: END IF;
1654: END if; --ksaini moved here to encapsulate the condition within previous IF
1655: