DBA Data[Home] [Help]

TYPE BODY: APPS.PO_DISTRIBUTIONS_VAL_TYPE

Source


1 TYPE BODY PO_DISTRIBUTIONS_VAL_TYPE AS
2 
3 /**
4 * Start of Comments
5 * Function:
6 *   Creates an empty instance of this type, with all attributes set to NULL.
7 * Returns:
8 *   An empty instance of this type.
9 * End of Comments
10 */
11 CONSTRUCTOR FUNCTION PO_DISTRIBUTIONS_VAL_TYPE RETURN SELF AS RESULT
12 IS
13 BEGIN
14 RETURN;
15 END;
16 
17 END;