DBA Data[Home] [Help]

PACKAGE: APPS.PO_GL_INTERFACE_PVT

Source


1 PACKAGE PO_GL_INTERFACE_PVT AUTHID CURRENT_USER AS
2 /* $Header: PO_GL_INTER_PVT.pls 120.1 2005/06/07 07:14:12 vsanjay noship $*/
3 
4 
5 /* Description: Sets the context information for accounting flexfields so
6    that only the valid balancing and management segment values will be
7    displayed.
8  Returns:  Nothing
9  Parameters:
10  Context_Type - the type of context being set.  Valid values are:
11  LE - Legal Entity
12  LG - Ledger
13  OU - Operating Unit
14  Context_Id - the legal entity id, ledger id, or operating unit id
15              depending upon the context type.
16 */
17 
18 
19 PROCEDURE set_aff_validation_context(p_org_id Number);
20 
21 
22 
23 END PO_GL_INTERFACE_PVT;