DBA Data[Home] [Help]

APPS.OE_GENERATE dependencies on FND_API

Line 646: ( p_runtime_entity_rec IN FND_API.Entity_Rec_Type

642: ) RETURN BOOLEAN;
643:
644:
645: FUNCTION Convert_Entity_Rec_Type
646: ( p_runtime_entity_rec IN FND_API.Entity_Rec_Type
647: ) RETURN OE_GENERATE.Entity_Rec_Type;
648:
649: FUNCTION Convert_Entity_Tbl_Type
650: ( p_runtime_entity_tbl IN FND_API.Entity_Tbl_Type

Line 650: ( p_runtime_entity_tbl IN FND_API.Entity_Tbl_Type

646: ( p_runtime_entity_rec IN FND_API.Entity_Rec_Type
647: ) RETURN OE_GENERATE.Entity_Rec_Type;
648:
649: FUNCTION Convert_Entity_Tbl_Type
650: ( p_runtime_entity_tbl IN FND_API.Entity_Tbl_Type
651: ) RETURN OE_GENERATE.Entity_Tbl_Type;
652:
653: END OE_GENERATE;