DBA Data[Home] [Help]

APPS.OE_OEOL_GSA dependencies on OE_HOLD_SOURCES_PVT

Line 72: l_hold_source_rec OE_Hold_Sources_Pvt.Hold_Source_REC

68: funcmode in varchar2,
69: resultout in out NOCOPY /* file.sql.39 change */ varchar2)
70: IS
71: l_line_rec OE_Order_PUB.Line_Rec_Type;
72: l_hold_source_rec OE_Hold_Sources_Pvt.Hold_Source_REC
73: DEFAULT OE_Hold_Sources_Pvt.G_MISS_Hold_Source_REC;
74: l_return_status VARCHAR2(30);
75: l_msg_count number;
76: l_msg_data VARCHAR2(240);

Line 73: DEFAULT OE_Hold_Sources_Pvt.G_MISS_Hold_Source_REC;

69: resultout in out NOCOPY /* file.sql.39 change */ varchar2)
70: IS
71: l_line_rec OE_Order_PUB.Line_Rec_Type;
72: l_hold_source_rec OE_Hold_Sources_Pvt.Hold_Source_REC
73: DEFAULT OE_Hold_Sources_Pvt.G_MISS_Hold_Source_REC;
74: l_return_status VARCHAR2(30);
75: l_msg_count number;
76: l_msg_data VARCHAR2(240);
77: BEGIN