DBA Data[Home] [Help]

APPS.AR_CREDIT_MEMO_API_PUB dependencies on ARW_CMREQ_COVER

Line 44: p_attribute_rec IN arw_cmreq_cover.pq_attribute_rec_type DEFAULT attribute_rec_const,

40: p_batch_source_name IN VARCHAR2 DEFAULT NULL,
41: p_org_id IN NUMBER DEFAULT NULL,
42: x_request_id OUT NOCOPY VARCHAR2,
43: /*4606558*/
44: p_attribute_rec IN arw_cmreq_cover.pq_attribute_rec_type DEFAULT attribute_rec_const,
45: p_interface_attribute_rec IN arw_cmreq_cover.pq_interface_rec_type DEFAULT
46: interface_rec_const,
47: p_global_attribute_rec IN arw_cmreq_cover.pq_global_attribute_rec_type DEFAULT
48: global_attribute_rec_const,

Line 45: p_interface_attribute_rec IN arw_cmreq_cover.pq_interface_rec_type DEFAULT

41: p_org_id IN NUMBER DEFAULT NULL,
42: x_request_id OUT NOCOPY VARCHAR2,
43: /*4606558*/
44: p_attribute_rec IN arw_cmreq_cover.pq_attribute_rec_type DEFAULT attribute_rec_const,
45: p_interface_attribute_rec IN arw_cmreq_cover.pq_interface_rec_type DEFAULT
46: interface_rec_const,
47: p_global_attribute_rec IN arw_cmreq_cover.pq_global_attribute_rec_type DEFAULT
48: global_attribute_rec_const,
49: p_dispute_date IN DATE DEFAULT NULL ,-- Bug 6358930

Line 47: p_global_attribute_rec IN arw_cmreq_cover.pq_global_attribute_rec_type DEFAULT

43: /*4606558*/
44: p_attribute_rec IN arw_cmreq_cover.pq_attribute_rec_type DEFAULT attribute_rec_const,
45: p_interface_attribute_rec IN arw_cmreq_cover.pq_interface_rec_type DEFAULT
46: interface_rec_const,
47: p_global_attribute_rec IN arw_cmreq_cover.pq_global_attribute_rec_type DEFAULT
48: global_attribute_rec_const,
49: p_dispute_date IN DATE DEFAULT NULL ,-- Bug 6358930
50: p_internal_comment IN VARCHAR2 DEFAULT NULL
51: )

Line 56: l_attribute_rec arw_cmreq_cover.pq_attribute_rec_type ;

52: IS
53:
54: -- Local Variables
55: /*4606558*/
56: l_attribute_rec arw_cmreq_cover.pq_attribute_rec_type ;
57: l_interface_attribute_rec arw_cmreq_cover.pq_interface_rec_type;
58: l_global_attribute_rec arw_cmreq_cover.pq_global_attribute_rec_type;
59: l_cm_line_tbl arw_cmreq_cover.Cm_Line_Tbl_Type_Cover;
60:

Line 57: l_interface_attribute_rec arw_cmreq_cover.pq_interface_rec_type;

53:
54: -- Local Variables
55: /*4606558*/
56: l_attribute_rec arw_cmreq_cover.pq_attribute_rec_type ;
57: l_interface_attribute_rec arw_cmreq_cover.pq_interface_rec_type;
58: l_global_attribute_rec arw_cmreq_cover.pq_global_attribute_rec_type;
59: l_cm_line_tbl arw_cmreq_cover.Cm_Line_Tbl_Type_Cover;
60:
61:

Line 58: l_global_attribute_rec arw_cmreq_cover.pq_global_attribute_rec_type;

54: -- Local Variables
55: /*4606558*/
56: l_attribute_rec arw_cmreq_cover.pq_attribute_rec_type ;
57: l_interface_attribute_rec arw_cmreq_cover.pq_interface_rec_type;
58: l_global_attribute_rec arw_cmreq_cover.pq_global_attribute_rec_type;
59: l_cm_line_tbl arw_cmreq_cover.Cm_Line_Tbl_Type_Cover;
60:
61:
62: l_api_name CONSTANT VARCHAR2(20) := 'Create Request';

Line 59: l_cm_line_tbl arw_cmreq_cover.Cm_Line_Tbl_Type_Cover;

55: /*4606558*/
56: l_attribute_rec arw_cmreq_cover.pq_attribute_rec_type ;
57: l_interface_attribute_rec arw_cmreq_cover.pq_interface_rec_type;
58: l_global_attribute_rec arw_cmreq_cover.pq_global_attribute_rec_type;
59: l_cm_line_tbl arw_cmreq_cover.Cm_Line_Tbl_Type_Cover;
60:
61:
62: l_api_name CONSTANT VARCHAR2(20) := 'Create Request';
63: l_api_version CONSTANT NUMBER := 1.0;

Line 198: arp_util.debug ('create_request: ' || 'will call arw_cmreq_cover.ar_request_cm');

194: raise validation_failed;
195: ELSE
196: -- call the entity handler
197: IF PG_DEBUG in ('Y', 'C') THEN
198: arp_util.debug ('create_request: ' || 'will call arw_cmreq_cover.ar_request_cm');
199: END IF;
200:
201: x_request_id := arw_cmreq_cover.ar_request_cm(
202: p_customer_trx_id => p_customer_trx_id,

Line 201: x_request_id := arw_cmreq_cover.ar_request_cm(

197: IF PG_DEBUG in ('Y', 'C') THEN
198: arp_util.debug ('create_request: ' || 'will call arw_cmreq_cover.ar_request_cm');
199: END IF;
200:
201: x_request_id := arw_cmreq_cover.ar_request_cm(
202: p_customer_trx_id => p_customer_trx_id,
203: p_line_credits_flag => p_line_credit_flag,
204: p_line_amount => p_line_amount,
205: p_tax_amount => p_tax_amount,

Line 227: -- bug 2290738 : arw_cmreq_cover.ar_request_cm will pass -1 if any error is encountered

223: p_dispute_date => p_dispute_date, -- Bug 6358930
224: p_internal_comment => p_internal_comment /*7367350*/
225: );
226:
227: -- bug 2290738 : arw_cmreq_cover.ar_request_cm will pass -1 if any error is encountered
228: if x_request_id = '-1' then
229: FND_MESSAGE.SET_NAME ('AR','GENERIC_MESSAGE');
230: FND_MESSAGE.SET_TOKEN('GENERIC_TEXT','Failure encountered in AR_CREDIT_MEMO_API_PUB.Create_request' ||
231: ' call to arw_cmreq_cover.ar_request_cm');

Line 231: ' call to arw_cmreq_cover.ar_request_cm');

227: -- bug 2290738 : arw_cmreq_cover.ar_request_cm will pass -1 if any error is encountered
228: if x_request_id = '-1' then
229: FND_MESSAGE.SET_NAME ('AR','GENERIC_MESSAGE');
230: FND_MESSAGE.SET_TOKEN('GENERIC_TEXT','Failure encountered in AR_CREDIT_MEMO_API_PUB.Create_request' ||
231: ' call to arw_cmreq_cover.ar_request_cm');
232: FND_MSG_PUB.Add;
233: raise creation_failed;
234: end if;
235:

Line 237: arp_util.debug ('create_request: ' || 'Done with arw_cmreq_cover.ar_request_cm');

233: raise creation_failed;
234: end if;
235:
236: IF PG_DEBUG in ('Y', 'C') THEN
237: arp_util.debug ('create_request: ' || 'Done with arw_cmreq_cover.ar_request_cm');
238: END IF;
239:
240: END IF;
241: END IF;

Line 1041: p_attribute_rec IN OUT NOCOPY arw_cmreq_cover.pq_attribute_rec_type,

1037: l_val_return_status OUT NOCOPY VARCHAR2,
1038: /*4556000*/
1039: p_skip_workflow_flag IN VARCHAR2,
1040: p_batch_source_name IN VARCHAR2,
1041: p_attribute_rec IN OUT NOCOPY arw_cmreq_cover.pq_attribute_rec_type,
1042: p_interface_attribute_rec IN OUT NOCOPY arw_cmreq_cover.pq_interface_rec_type,
1043: p_global_attribute_rec IN OUT NOCOPY arw_cmreq_cover.pq_global_attribute_rec_type,
1044: p_dispute_date IN DATE DEFAULT NULL) -- Bug 6358930
1045: IS

Line 1042: p_interface_attribute_rec IN OUT NOCOPY arw_cmreq_cover.pq_interface_rec_type,

1038: /*4556000*/
1039: p_skip_workflow_flag IN VARCHAR2,
1040: p_batch_source_name IN VARCHAR2,
1041: p_attribute_rec IN OUT NOCOPY arw_cmreq_cover.pq_attribute_rec_type,
1042: p_interface_attribute_rec IN OUT NOCOPY arw_cmreq_cover.pq_interface_rec_type,
1043: p_global_attribute_rec IN OUT NOCOPY arw_cmreq_cover.pq_global_attribute_rec_type,
1044: p_dispute_date IN DATE DEFAULT NULL) -- Bug 6358930
1045: IS
1046:

Line 1043: p_global_attribute_rec IN OUT NOCOPY arw_cmreq_cover.pq_global_attribute_rec_type,

1039: p_skip_workflow_flag IN VARCHAR2,
1040: p_batch_source_name IN VARCHAR2,
1041: p_attribute_rec IN OUT NOCOPY arw_cmreq_cover.pq_attribute_rec_type,
1042: p_interface_attribute_rec IN OUT NOCOPY arw_cmreq_cover.pq_interface_rec_type,
1043: p_global_attribute_rec IN OUT NOCOPY arw_cmreq_cover.pq_global_attribute_rec_type,
1044: p_dispute_date IN DATE DEFAULT NULL) -- Bug 6358930
1045: IS
1046:
1047: -- Local Variables

Line 1341: p_desc_flex_rec IN OUT NOCOPY arw_cmreq_cover.pq_interface_rec_type,

1337: END validate_request_parameters;
1338:
1339: /*4556000*/
1340: PROCEDURE Validate_Int_Desc_Flex(
1341: p_desc_flex_rec IN OUT NOCOPY arw_cmreq_cover.pq_interface_rec_type,
1342: p_desc_flex_name IN VARCHAR2,
1343: p_return_status IN OUT NOCOPY varchar2
1344: ) IS
1345: