DBA Data[Home] [Help]

APPS.IBY_ASSIGNEXT_PUB SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 37

 |      flow will use these custom assignments to update the individual
 |      documents.
 |
 |      This hook will ship with an empty body from Oracle. The customer
 |      may implement this hook on their environment if they wish.
 |
 | PARAMETERS:
 |     IN
 |
 |     OUT
 |
 |
 | RETURNS:
 |
 | NOTES:
 |
 *---------------------------------------------------------------------*/
 PROCEDURE hookForAssignments(
     x_unassgnDocsTab IN OUT NOCOPY IBY_ASSIGN_PUB.unassignedDocsTabType
     )
 IS
 l_module_name CONSTANT VARCHAR2(200) := G_PKG_NAME || '.hookForAssignments';