DBA Data[Home] [Help]

APPS.OZF_CHARGEBACK_ATTRMAP_PUB dependencies on OE_ORDER_PUB

Line 28: -- p_hdr in oe_order_pub.header_rec_type

24: -- Similar functions should be created if user wants to modify other attribute
25: -- in the header structure.
26: --
27: -- PARAMETERS
28: -- p_hdr in oe_order_pub.header_rec_type
29: -- p_id in number
30: -- return number;
31: --
32: -- NOTES

Line 35: xp_hdr IN OUT NOCOPY oe_order_pub.header_rec_type

31: --
32: -- NOTES
33: ---------------------------------------------------------------------
34: PROCEDURE get_sold_to_org_id(
35: xp_hdr IN OUT NOCOPY oe_order_pub.header_rec_type
36: ,p_id in number
37: ,x_return_status out NOCOPY varchar2)
38: IS
39: BEGIN

Line 60: -- p_line in oe_order_pub.line_rec_type

56: -- Similar functions should be created if user wants to modify other attribute
57: -- in the Line structure.
58: --
59: -- PARAMETERS
60: -- p_line in oe_order_pub.line_rec_type
61: -- p_id in number
62: -- return number;
63: --
64: -- NOTES

Line 67: xp_line IN OUT NOCOPY oe_order_pub.line_rec_type

63: --
64: -- NOTES
65: ---------------------------------------------------------------------
66: PROCEDURE get_sold_to_org_id(
67: xp_line IN OUT NOCOPY oe_order_pub.line_rec_type
68: ,p_id in number
69: ,x_return_status out NOCOPY varchar2)
70: IS
71: BEGIN

Line 84: -- xp_hdr INOUT NOCOPY OE_ORDER_PUB.HEADER_REC_TYPE

80: -- PURPOSE
81: -- Create_Global_Header
82: --
83: -- PARAMETERS
84: -- xp_hdr INOUT NOCOPY OE_ORDER_PUB.HEADER_REC_TYPE
85: -- p_interface_id IN NUMBER
86: --
87: -- NOTES
88: --

Line 100: ,xp_hdr IN OUT NOCOPY OE_ORDER_PUB.HEADER_REC_TYPE

96:
97: ,x_return_status OUT NOCOPY VARCHAR2
98: ,x_msg_data OUT NOCOPY VARCHAR2
99: ,x_msg_count OUT NOCOPY NUMBER
100: ,xp_hdr IN OUT NOCOPY OE_ORDER_PUB.HEADER_REC_TYPE
101: ,p_interface_id IN NUMBER
102: )IS
103: l_api_name CONSTANT VARCHAR2(30) := 'Create_Global_Header';
104: l_api_version CONSTANT NUMBER := 1.0;

Line 195: -- xp_line INOUT NOCOPY OE_ORDER_PUB.line_REC_TYPE

191: -- PURPOSE
192: -- Create_Global_Line
193: --
194: -- PARAMETERS
195: -- xp_line INOUT NOCOPY OE_ORDER_PUB.line_REC_TYPE
196: -- p_interface_id IN NUMBER
197: --
198: -- NOTES
199: --

Line 211: ,xp_line IN OUT NOCOPY OE_ORDER_PUB.LINE_REC_TYPE

207:
208: ,x_return_status OUT NOCOPY VARCHAR2
209: ,x_msg_data OUT NOCOPY VARCHAR2
210: ,x_msg_count OUT NOCOPY NUMBER
211: ,xp_line IN OUT NOCOPY OE_ORDER_PUB.LINE_REC_TYPE
212: ,p_interface_id IN NUMBER
213: )IS
214: l_api_name CONSTANT VARCHAR2(30) := 'Create_Global_Line';
215: l_api_version CONSTANT NUMBER := 1.0;