DBA Data[Home] [Help]

APPS.GMF_VALIDATIONS_PVT dependencies on XLE_ENTITY_PROFILES

Line 215: p_legal_entity_id IN xle_entity_profiles.legal_entity_id%TYPE

211:
212: /* ANTHIYAG Added for Release 12.0 Start */
213: FUNCTION validate_legal_entity_id
214: (
215: p_legal_entity_id IN xle_entity_profiles.legal_entity_id%TYPE
216: )
217: RETURN BOOLEAN;
218:
219: FUNCTION Validate_Cost_type_id

Line 317: , p_le_id IN xle_entity_profiles.legal_entity_id%TYPE

313:
314: FUNCTION Fetch_Alloc_Id
315: (
316: p_Alloc_Code IN gl_aloc_mst.Alloc_Code%TYPE
317: , p_le_id IN xle_entity_profiles.legal_entity_id%TYPE
318: )
319: RETURN NUMBER;
320:
321: FUNCTION Validate_Basis_account_key

Line 324: , p_le_id IN xle_entity_profiles.legal_entity_id%TYPE

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:
328: FUNCTION Validate_ACCOUNT_ID

Line 331: , p_le_id IN xle_entity_profiles.legal_entity_id%TYPE

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:
335: FUNCTION Validate_same_class_Uom