DBA Data[Home] [Help]

APPS.AR_CREDIT_MEMO_API_PUB dependencies on ARW_CMREQ_COVER

Line 23: attribute_rec_const arw_cmreq_cover.pq_attribute_rec_type;

19: --Pre-reqs :
20: --
21:
22: /*4556000-4606558*/
23: attribute_rec_const arw_cmreq_cover.pq_attribute_rec_type;
24: interface_rec_const arw_cmreq_cover.pq_interface_rec_type;
25: global_attribute_rec_const arw_cmreq_cover.pq_global_attribute_rec_type;
26:
27: TYPE interface_line_rec_type IS RECORD(

Line 24: interface_rec_const arw_cmreq_cover.pq_interface_rec_type;

20: --
21:
22: /*4556000-4606558*/
23: attribute_rec_const arw_cmreq_cover.pq_attribute_rec_type;
24: interface_rec_const arw_cmreq_cover.pq_interface_rec_type;
25: global_attribute_rec_const arw_cmreq_cover.pq_global_attribute_rec_type;
26:
27: TYPE interface_line_rec_type IS RECORD(
28: interface_line_context VARCHAR2(30) DEFAULT NULL,

Line 25: global_attribute_rec_const arw_cmreq_cover.pq_global_attribute_rec_type;

21:
22: /*4556000-4606558*/
23: attribute_rec_const arw_cmreq_cover.pq_attribute_rec_type;
24: interface_rec_const arw_cmreq_cover.pq_interface_rec_type;
25: global_attribute_rec_const arw_cmreq_cover.pq_global_attribute_rec_type;
26:
27: TYPE interface_line_rec_type IS RECORD(
28: interface_line_context VARCHAR2(30) DEFAULT NULL,
29: interface_line_attribute1 VARCHAR2(30) DEFAULT NULL,

Line 45: cm_line_tbl_type_cover arw_cmreq_cover.Cm_Line_Tbl_Type_Cover;

41: interface_line_attribute13 VARCHAR2(30) DEFAULT NULL,
42: interface_line_attribute14 VARCHAR2(30) DEFAULT NULL,
43: interface_line_attribute15 VARCHAR2(30) DEFAULT NULL);
44:
45: cm_line_tbl_type_cover arw_cmreq_cover.Cm_Line_Tbl_Type_Cover;
46:
47:
48: TYPE cm_notes_rec_type_cover IS RECORD
49: (notes ar_notes.text%type);

Line 114: p_attribute_rec IN arw_cmreq_cover.pq_attribute_rec_type DEFAULT

110: p_batch_source_name IN VARCHAR2 DEFAULT NULL,
111: p_org_id IN NUMBER DEFAULT NULL,
112: x_request_id OUT NOCOPY VARCHAR2,
113: /*4606558*/
114: p_attribute_rec IN arw_cmreq_cover.pq_attribute_rec_type DEFAULT
115: attribute_rec_const,
116: p_interface_attribute_rec IN arw_cmreq_cover.pq_interface_rec_type DEFAULT
117: interface_rec_const,
118: p_global_attribute_rec IN arw_cmreq_cover.pq_global_attribute_rec_type DEFAULT

Line 116: p_interface_attribute_rec IN arw_cmreq_cover.pq_interface_rec_type DEFAULT

112: x_request_id OUT NOCOPY VARCHAR2,
113: /*4606558*/
114: p_attribute_rec IN arw_cmreq_cover.pq_attribute_rec_type DEFAULT
115: attribute_rec_const,
116: p_interface_attribute_rec IN arw_cmreq_cover.pq_interface_rec_type DEFAULT
117: interface_rec_const,
118: p_global_attribute_rec IN arw_cmreq_cover.pq_global_attribute_rec_type DEFAULT
119: global_attribute_rec_const,
120: p_dispute_date IN DATE DEFAULT NULL ,-- Bug 6358930

Line 118: p_global_attribute_rec IN arw_cmreq_cover.pq_global_attribute_rec_type DEFAULT

114: p_attribute_rec IN arw_cmreq_cover.pq_attribute_rec_type DEFAULT
115: attribute_rec_const,
116: p_interface_attribute_rec IN arw_cmreq_cover.pq_interface_rec_type DEFAULT
117: interface_rec_const,
118: p_global_attribute_rec IN arw_cmreq_cover.pq_global_attribute_rec_type DEFAULT
119: global_attribute_rec_const,
120: p_dispute_date IN DATE DEFAULT NULL ,-- Bug 6358930
121: p_internal_comment IN VARCHAR2 DEFAULT NULL ,/*7367350 for handling internal comment insertion*/
122: p_trx_number IN ra_customer_trx.trx_number%type DEFAULT NULL,

Line 171: p_attribute_rec IN OUT NOCOPY arw_cmreq_cover.pq_attribute_rec_type,

167: /*4606558*/
168: p_skip_workflow_flag IN VARCHAR2,
169: p_batch_source_name IN VARCHAR2,
170: p_trx_number IN ra_customer_trx.trx_number%type DEFAULT NULL,
171: p_attribute_rec IN OUT NOCOPY arw_cmreq_cover.pq_attribute_rec_type,
172: p_interface_attribute_rec IN OUT NOCOPY arw_cmreq_cover.pq_interface_rec_type,
173: p_global_attribute_rec IN OUT NOCOPY arw_cmreq_cover.pq_global_attribute_rec_type,
174: p_dispute_date IN DATE DEFAULT NULL -- Bug 6358930
175: );

Line 172: p_interface_attribute_rec IN OUT NOCOPY arw_cmreq_cover.pq_interface_rec_type,

168: p_skip_workflow_flag IN VARCHAR2,
169: p_batch_source_name IN VARCHAR2,
170: p_trx_number IN ra_customer_trx.trx_number%type DEFAULT NULL,
171: p_attribute_rec IN OUT NOCOPY arw_cmreq_cover.pq_attribute_rec_type,
172: p_interface_attribute_rec IN OUT NOCOPY arw_cmreq_cover.pq_interface_rec_type,
173: p_global_attribute_rec IN OUT NOCOPY arw_cmreq_cover.pq_global_attribute_rec_type,
174: p_dispute_date IN DATE DEFAULT NULL -- Bug 6358930
175: );
176:

Line 173: p_global_attribute_rec IN OUT NOCOPY arw_cmreq_cover.pq_global_attribute_rec_type,

169: p_batch_source_name IN VARCHAR2,
170: p_trx_number IN ra_customer_trx.trx_number%type DEFAULT NULL,
171: p_attribute_rec IN OUT NOCOPY arw_cmreq_cover.pq_attribute_rec_type,
172: p_interface_attribute_rec IN OUT NOCOPY arw_cmreq_cover.pq_interface_rec_type,
173: p_global_attribute_rec IN OUT NOCOPY arw_cmreq_cover.pq_global_attribute_rec_type,
174: p_dispute_date IN DATE DEFAULT NULL -- Bug 6358930
175: );
176:
177: /*#

Line 219: p_desc_flex_rec IN OUT NOCOPY arw_cmreq_cover.pq_interface_rec_type,

215: p_return_status IN OUT NOCOPY varchar2
216: );
217:
218: PROCEDURE Validate_Int_Desc_Flex(
219: p_desc_flex_rec IN OUT NOCOPY arw_cmreq_cover.pq_interface_rec_type,
220: p_desc_flex_name IN VARCHAR2,
221: p_return_status IN OUT NOCOPY varchar2
222: );
223: