DBA Data[Home] [Help]

APPS.GMF_VALIDATIONS_PVT dependencies on GL_ALOC_BAS

Line 171: p_Basis_account_key IN gl_aloc_bas.Basis_account_key%TYPE

167: RETURN NUMBER;
168:
169: PROCEDURE Validate_Basis_account_key
170: (
171: p_Basis_account_key IN gl_aloc_bas.Basis_account_key%TYPE
172: , p_co_code IN sy_orgn_mst.co_code%TYPE
173: , p_basis_description OUT NOCOPY VARCHAR2
174: , p_return_status OUT NOCOPY NUMBER
175: );

Line 323: p_Basis_account_key IN gl_aloc_bas.Basis_account_key%TYPE

319: RETURN NUMBER;
320:
321: FUNCTION Validate_Basis_account_key
322: (
323: p_Basis_account_key IN gl_aloc_bas.Basis_account_key%TYPE
324: , p_le_id IN xle_entity_profiles.legal_entity_id%TYPE
325: )
326: RETURN NUMBER;
327:

Line 330: p_Basis_account_id IN gl_aloc_bas.Basis_account_id%TYPE

326: RETURN NUMBER;
327:
328: FUNCTION Validate_ACCOUNT_ID
329: (
330: p_Basis_account_id IN gl_aloc_bas.Basis_account_id%TYPE
331: , p_le_id IN xle_entity_profiles.legal_entity_id%TYPE
332: )
333: RETURN BOOLEAN;
334: