DBA Data[Home] [Help]

APPS.WMS_PUTAWAY_SUGGESTIONS dependencies on STANDARD

Line 22: | Standard Concurrent program parameter - Normal, Warning, Error. |

18: | Optional parameter. LPN for which suggestions have to be created. |
19: | |
20: | Output Parameters: |
21: | x_retcode |
22: | Standard Concurrent program parameter - Normal, Warning, Error. |
23: | x_errorbuf |
24: | Standard Concurrent program parameter - Holds error message. |
25: | |
26: | API Used: |

Line 24: | Standard Concurrent program parameter - Holds error message. |

20: | Output Parameters: |
21: | x_retcode |
22: | Standard Concurrent program parameter - Normal, Warning, Error. |
23: | x_errorbuf |
24: | Standard Concurrent program parameter - Holds error message. |
25: | |
26: | API Used: |
27: | PRE_GENERATE API to generate the putaway suggestions. |
28: +===========================================================================*/

Line 30: --Return values for x_retcode(standard for concurrent programs)

26: | API Used: |
27: | PRE_GENERATE API to generate the putaway suggestions. |
28: +===========================================================================*/
29:
30: --Return values for x_retcode(standard for concurrent programs)
31:
32: RETCODE_SUCCESS CONSTANT VARCHAR2(1) := '0';
33: RETCODE_WARNING CONSTANT VARCHAR2(1) := '1';
34: RETCODE_ERROR CONSTANT VARCHAR2(1) := '2';

Line 81: | Standard API return status - Success, Error, Unexpected Error. |

77: | Optional parameter. LPN for which suggestions have to be created. |
78: | |
79: | Output Parameters: |
80: | x_return_status |
81: | Standard API return status - Success, Error, Unexpected Error. |
82: | x_msg_count |
83: | Number of messages in the message queue |
84: | x_msg_data |
85: | If the number of messages in the message queue is one, |