DBA Data[Home] [Help]

APPS.OE_CNCL_VALIDATE_LINE_SCREDIT dependencies on OE_ORDER_PUB

Line 9: , p_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type

5:
6: PROCEDURE Entity
7: ( x_return_status OUT NOCOPY VARCHAR2
8:
9: , p_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type
10: );
11:
12: -- Procedure Attributes
13:

Line 17: , p_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type

13:
14: PROCEDURE Attributes
15: ( x_return_status OUT NOCOPY VARCHAR2
16:
17: , p_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type
18: );
19:
20:
21: