DBA Data[Home] [Help]

APPS.WMS_ENGINE_PVT dependencies on STANDARD

Line 1623: -- p_api_version_number standard input parameter

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

Line 1624: -- p_init_msg_lst standard input parameter

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

Line 1625: -- p_commit standard input parameter

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

Line 1626: -- p_validation_level standard input parameter

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

Line 1636: -- x_return_status standard output parameters

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

Line 1637: -- x_msg_count standard output parameters

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

Line 1638: -- x_msg_data standard output parameters

1634: --
1635: -- Output Parameters
1636: -- x_return_status standard output parameters
1637: -- x_msg_count standard output parameters
1638: -- x_msg_data standard output parameters
1639: -- l_allow_non_partial_rules Set the value to false if
1640: -- l_remaining_quantity returned by compute_pick_detail
1641: -- is greater than 0
1642:

Line 1862: -- Standard start of API savepoint

1858: if (p_simulation_mode = 10 ) then
1859: WMS_SEARCH_ORDER_GLOBALS_PVT.g_available_inv_tbl.DELETE ;
1860: end if ;
1861:
1862: -- Standard start of API savepoint
1863: SAVEPOINT create_suggestions_sa;
1864:
1865: --
1866: -- Standard Call to check for call compatibility

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

1862: -- Standard start of API savepoint
1863: SAVEPOINT create_suggestions_sa;
1864:
1865: --
1866: -- Standard Call to check for call compatibility
1867: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
1868: RAISE fnd_api.g_exc_unexpected_error;
1869: END IF;
1870:

Line 2930: -- Standard check of p_commit

2926: end if;
2927: end if;
2928: end if;
2929:
2930: -- Standard check of p_commit
2931: IF fnd_api.to_boolean(p_commit) THEN
2932: COMMIT;
2933: END IF;
2934: