DBA Data[Home] [Help]

PACKAGE: APPS.IBY_ASSIGNEXT_PUB

Source


1 PACKAGE IBY_ASSIGNEXT_PUB AUTHID CURRENT_USER AS
2 /*$Header: ibyasgnexts.pls 120.1 2009/06/25 09:18:39 jnallam noship $*/
3  --
4  --
5 
6 /*--------------------------------------------------------------------
7  | NAME:
8  |      hookForAssignments
9  |
10  | PURPOSE:
11  |
12  |
13  |
14  | PARAMETERS:
15  |     IN
16  |
17  |     OUT
18  |
19  |
20  | RETURNS:
21  |
22  | NOTES:
23  |     This method should be implemented on-site by the customer
24  |     (if the customer wants to implement any custom defaulting
25  |     logic for documents that do not have their internal bank
26  |     account, and/or payment profile).
27  |
28  |     This method will ship with an empty body out-of-the-box
29  |     from Oracle Payments.
30  |
31  *---------------------------------------------------------------------*/
32  PROCEDURE hookForAssignments(
33      x_unassgnDocsTab IN OUT NOCOPY IBY_ASSIGN_PUB.unassignedDocsTabType
34      );
35 
36 
37  END IBY_ASSIGNEXT_PUB;