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: );

Line 168: p_attribute_rec IN OUT NOCOPY arw_cmreq_cover.pq_attribute_rec_type,

164: l_val_return_status OUT NOCOPY VARCHAR2,
165: /*4606558*/
166: p_skip_workflow_flag IN VARCHAR2,
167: p_batch_source_name IN VARCHAR2,
168: p_attribute_rec IN OUT NOCOPY arw_cmreq_cover.pq_attribute_rec_type,
169: p_interface_attribute_rec IN OUT NOCOPY arw_cmreq_cover.pq_interface_rec_type,
170: p_global_attribute_rec IN OUT NOCOPY arw_cmreq_cover.pq_global_attribute_rec_type,
171: p_dispute_date IN DATE DEFAULT NULL -- Bug 6358930
172: );

Line 169: p_interface_attribute_rec IN OUT NOCOPY arw_cmreq_cover.pq_interface_rec_type,

165: /*4606558*/
166: p_skip_workflow_flag IN VARCHAR2,
167: p_batch_source_name IN VARCHAR2,
168: p_attribute_rec IN OUT NOCOPY arw_cmreq_cover.pq_attribute_rec_type,
169: p_interface_attribute_rec IN OUT NOCOPY arw_cmreq_cover.pq_interface_rec_type,
170: p_global_attribute_rec IN OUT NOCOPY arw_cmreq_cover.pq_global_attribute_rec_type,
171: p_dispute_date IN DATE DEFAULT NULL -- Bug 6358930
172: );
173:

Line 170: p_global_attribute_rec IN OUT NOCOPY arw_cmreq_cover.pq_global_attribute_rec_type,

166: p_skip_workflow_flag IN VARCHAR2,
167: p_batch_source_name IN VARCHAR2,
168: p_attribute_rec IN OUT NOCOPY arw_cmreq_cover.pq_attribute_rec_type,
169: p_interface_attribute_rec IN OUT NOCOPY arw_cmreq_cover.pq_interface_rec_type,
170: p_global_attribute_rec IN OUT NOCOPY arw_cmreq_cover.pq_global_attribute_rec_type,
171: p_dispute_date IN DATE DEFAULT NULL -- Bug 6358930
172: );
173:
174: /*#

Line 216: p_desc_flex_rec IN OUT NOCOPY arw_cmreq_cover.pq_interface_rec_type,

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