DBA Data[Home] [Help]

APPS.ICX_PO_REQ_ACCT2 dependencies on FND_FLEX_EXT

Line 39: v_segments IN fnd_flex_ext.SegmentArray,

35: v_oo_id IN NUMBER,
36: v_cart_id IN NUMBER,
37: v_account_id IN NUMBER default NULL,
38: v_n_segments IN NUMBER default NULL,
39: v_segments IN fnd_flex_ext.SegmentArray,
40: v_account_num IN varchar2 default NULL,
41: v_allocation_type IN VARCHAR2 default NULL,
42: v_allocation_value IN NUMBER default NULL,
43: v_line_quantity IN NUMBER default NULL);

Line 52: v_segments IN fnd_flex_ext.SegmentArray,

48: v_distribution_id IN NUMBER,
49: v_line_number IN NUMBER,
50: v_account_id IN NUMBER default NULL,
51: v_n_segments IN NUMBER default NULL,
52: v_segments IN fnd_flex_ext.SegmentArray,
53: v_account_num IN varchar2 default NULL,
54: v_allocation_type IN varchar2 default NULL,
55: v_allocation_value IN number default NULL,
56: v_line_quantity IN NUMBER default NULL);

Line 60: v_segments IN fnd_flex_ext.SegmentArray,

56: v_line_quantity IN NUMBER default NULL);
57:
58: PROCEDURE get_acct_by_segs(v_cart_id IN NUMBER,
59: v_line_number IN NUMBER,
60: v_segments IN fnd_flex_ext.SegmentArray,
61: v_structure IN NUMBER,
62: v_cart_line_id IN NUMBER,
63: v_cart_line_number IN NUMBER default NULL,
64: v_n_segments OUT NUMBER,

Line 75: v_segments OUT fnd_flex_ext.SegmentArray,

71: v_structure IN NUMBER,
72: v_cart_line_id IN NUMBER,
73: v_cart_line_number IN NUMBER default NULL,
74: v_n_segments OUT NUMBER,
75: v_segments OUT fnd_flex_ext.SegmentArray,
76: v_account_id OUT NUMBER);
77:
78: PROCEDURE get_account_segments(v_cart_id IN NUMBER,
79: v_line_number IN NUMBER,

Line 85: v_segments OUT fnd_flex_ext.SegmentArray,

81: v_structure IN NUMBER,
82: v_cart_line_id IN NUMBER,
83: v_cart_line_number IN NUMBER default NULL,
84: v_n_segments OUT NUMBER,
85: v_segments OUT fnd_flex_ext.SegmentArray,
86: v_account_num OUT VARCHAR2);
87:
88: PROCEDURE update_account_num(v_cart_id IN NUMBER,
89: v_cart_line_id IN NUMBER,

Line 102: v_segments IN fnd_flex_ext.SegmentArray,

98:
99: PROCEDURE update_account(v_cart_id IN NUMBER,
100: v_cart_line_id IN NUMBER,
101: v_oo_id IN NUMBER,
102: v_segments IN fnd_flex_ext.SegmentArray,
103: v_distribution_id IN NUMBER default NULL,
104: v_line_number IN NUMBER default NULL,
105: v_allocation_type IN VARCHAR2 default NULL,
106: v_allocation_value IN NUMBER default NULL,

Line 122: v_segments OUT fnd_flex_ext.SegmentArray);

118: PROCEDURE get_default_segs (v_cart_id IN NUMBER,
119: v_cart_line_id IN NUMBER,
120: v_emp_id IN NUMBER,
121: v_oo_id IN NUMBER,
122: v_segments OUT fnd_flex_ext.SegmentArray);
123:
124:
125: PROCEDURE update_account_by_id(v_cart_id IN NUMBER,
126: v_cart_line_id IN NUMBER,