DBA Data[Home] [Help]

APPS.WMS_ENGINE_PVT dependencies on STANDARD

Line 1619: -- p_api_version_number standard input parameter

1615: -- in the locator. If p_suggest_serial is passed as fnd_api.g_false
1616: -- (default), the engine will not give serial numbers in the output.
1617: --
1618: -- Input Parameters
1619: -- p_api_version_number standard input parameter
1620: -- p_init_msg_lst standard input parameter
1621: -- p_commit standard input parameter
1622: -- p_validation_level standard input parameter
1623: -- p_transaction_temp_id equals to the move order line id

Line 1620: -- p_init_msg_lst standard input parameter

1616: -- (default), the engine will not give serial numbers in the output.
1617: --
1618: -- Input Parameters
1619: -- p_api_version_number standard input parameter
1620: -- p_init_msg_lst standard input parameter
1621: -- p_commit standard input parameter
1622: -- p_validation_level standard input parameter
1623: -- p_transaction_temp_id equals to the move order line id
1624: -- for the detailing request

Line 1621: -- p_commit standard input parameter

1617: --
1618: -- Input Parameters
1619: -- p_api_version_number standard input parameter
1620: -- p_init_msg_lst standard input parameter
1621: -- p_commit standard input parameter
1622: -- p_validation_level standard input parameter
1623: -- p_transaction_temp_id equals to the move order line id
1624: -- for the detailing request
1625: -- p_reservations reservations for the demand source

Line 1622: -- p_validation_level standard input parameter

1618: -- Input Parameters
1619: -- p_api_version_number standard input parameter
1620: -- p_init_msg_lst standard input parameter
1621: -- p_commit standard input parameter
1622: -- p_validation_level standard input parameter
1623: -- p_transaction_temp_id equals to the move order line id
1624: -- for the detailing request
1625: -- p_reservations reservations for the demand source
1626: -- as the transaction source

Line 1632: -- x_return_status standard output parameters

1628: -- p_suggest_serial whether or not the engine should suggest
1629: -- serial numbers in the detailing
1630: --
1631: -- Output Parameters
1632: -- x_return_status standard output parameters
1633: -- x_msg_count standard output parameters
1634: -- x_msg_data standard output parameters
1635: -- l_allow_non_partial_rules Set the value to false if
1636: -- l_remaining_quantity returned by compute_pick_detail

Line 1633: -- x_msg_count standard output parameters

1629: -- serial numbers in the detailing
1630: --
1631: -- Output Parameters
1632: -- x_return_status standard output parameters
1633: -- x_msg_count standard output parameters
1634: -- x_msg_data standard output parameters
1635: -- l_allow_non_partial_rules Set the value to false if
1636: -- l_remaining_quantity returned by compute_pick_detail
1637: -- is greater than 0

Line 1634: -- x_msg_data standard output parameters

1630: --
1631: -- Output Parameters
1632: -- x_return_status standard output parameters
1633: -- x_msg_count standard output parameters
1634: -- x_msg_data standard output parameters
1635: -- l_allow_non_partial_rules Set the value to false if
1636: -- l_remaining_quantity returned by compute_pick_detail
1637: -- is greater than 0
1638:

Line 1813: -- Standard start of API savepoint

1809: If l_debug = 1 THEN
1810: log_event( l_api_name, 'WMS_ALLOW_NR_SUB_XFER := ', l_allow_nr_sub_xfer );
1811: End if;
1812:
1813: -- Standard start of API savepoint
1814: SAVEPOINT create_suggestions_sa;
1815:
1816: --
1817: -- Standard Call to check for call compatibility

Line 1817: -- Standard Call to check for call compatibility

1813: -- Standard start of API savepoint
1814: SAVEPOINT create_suggestions_sa;
1815:
1816: --
1817: -- Standard Call to check for call compatibility
1818: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
1819: RAISE fnd_api.g_exc_unexpected_error;
1820: END IF;
1821:

Line 2640: -- Standard check of p_commit

2636: END IF;
2637: --
2638: END IF;
2639:
2640: -- Standard check of p_commit
2641: IF fnd_api.to_boolean(p_commit) THEN
2642: COMMIT;
2643: END IF;
2644: