DBA Data[Home] [Help]

APPS.AR_AUTOREM_API dependencies on FND_MSG_PUB

Line 3894: SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,150) || '>');

3890: fnd_file.put_line(FND_FILE.LOG,'x_msg_count :<' || l_msg_count || '>');
3891:
3892: FOR i IN 1..l_msg_count LOOP
3893: fnd_file.put_line(FND_FILE.LOG,'x_msg #' || TO_CHAR(i) || ' = <' ||
3894: SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,150) || '>');
3895: END LOOP;
3896:
3897: IF PG_DEBUG in ('Y', 'C') THEN
3898: fnd_file.put_line(FND_FILE.LOG, '-------------------------------------');

Line 3923: FND_MSG_PUB.Add;

3919: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
3920: G_ERROR := 'Y' ;
3921:
3922: FND_MESSAGE.set_name('AR', 'AR_CC_AUTH_FAILED');
3923: FND_MSG_PUB.Add;
3924:
3925: IF l_response_rec.Result_Code is NOT NULL THEN
3926:
3927: ---Raise the PAYMENT error code concatenated with the message

Line 4094: SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,150) || '>');

4090: fnd_file.put_line(FND_FILE.LOG,'x_msg_count :<' || lc_msg_count || '>');
4091:
4092: FOR i IN 1..lc_msg_count LOOP
4093: fnd_file.put_line(FND_FILE.LOG,'x_msg #' || TO_CHAR(i) || ' = <' ||
4094: SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,150) || '>');
4095: END LOOP;
4096:
4097: IF PG_DEBUG in ('Y', 'C') THEN
4098: fnd_file.put_line(FND_FILE.LOG, '-------------------------------------');

Line 4111: FND_MSG_PUB.Add;

4107: G_ERROR := 'Y' ;
4108:
4109: fnd_file.put_line(FND_FILE.LOG,'create_cash_126');
4110: FND_MESSAGE.set_name('AR', 'AR_CC_AUTH_FAILED');
4111: FND_MSG_PUB.Add;
4112:
4113: IF lc_response_rec.Result_Code is NOT NULL THEN
4114:
4115: ---Raise the PAYMENT error code concatenated with the message

Line 4123: FND_MSG_PUB.Add;

4119: fnd_file.put_line(FND_FILE.LOG, 'lc_iby_msg_data: ' || lc_iby_msg_data);
4120: FND_MESSAGE.SET_NAME ('AR','GENERIC_MESSAGE');
4121: FND_MESSAGE.SET_TOKEN('GENERIC_TEXT',lc_iby_msg_data);
4122:
4123: FND_MSG_PUB.Add;
4124:
4125: END IF;
4126:
4127: insert_exceptions(

Line 4149: FND_MSG_PUB.Count_And_Get( p_encoded => FND_API.G_FALSE,

4145: program_id = l_program_id,
4146: program_update_date = sysdate
4147: WHERE cash_receipt_id = rct_info.cash_receipt_id;
4148:
4149: FND_MSG_PUB.Count_And_Get( p_encoded => FND_API.G_FALSE,
4150: p_count => x_msg_count,
4151: p_data => x_msg_data );
4152:
4153: x_return_status := lc_return_status;

Line 4229: SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,150) || '>');

4225: fnd_file.put_line(FND_FILE.LOG,'x_msg_count :<' || ls_msg_count || '>');
4226:
4227: FOR i IN 1..ls_msg_count LOOP
4228: fnd_file.put_line(FND_FILE.LOG,'x_msg #' || TO_CHAR(i) || ' = <' ||
4229: SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,150) || '>');
4230: END LOOP;
4231:
4232: IF PG_DEBUG in ('Y', 'C') THEN
4233:

Line 4279: FND_MSG_PUB.Add;

4275:
4276: ls_iby_msg_data := null; /* initialize here */
4277:
4278: FND_MESSAGE.set_name('AR', 'AR_CC_CAPTURE_FAILED');
4279: FND_MSG_PUB.Add;
4280: ---Raise the PAYMENT error code concatenated with the message
4281:
4282: ls_iby_msg_data := substrb( ls_response_rec_tab(i).Result.Result_Code || ': '||
4283: ls_response_rec_tab(i).Result.Result_Message , 1, 240);

Line 4642: SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,150) || '>');

4638: END IF;
4639:
4640: FOR i IN 1..l_msg_count LOOP
4641: fnd_file.put_line(FND_FILE.LOG,'x_msg #' || TO_CHAR(i) || ' = <' ||
4642: SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,150) || '>');
4643: END LOOP;
4644:
4645: IF PG_DEBUG in ('Y', 'C') THEN
4646: fnd_file.put_line(FND_FILE.LOG, '-------------------------------------');

Line 4673: FND_MSG_PUB.Add;

4669: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
4670: G_ERROR := 'Y' ;
4671:
4672: FND_MESSAGE.set_name('AR', 'AR_CC_AUTH_FAILED');
4673: FND_MSG_PUB.Add;
4674:
4675: IF l_response_rec.Result_Code is NOT NULL THEN
4676:
4677: ---Raise the PAYMENT error code concatenated with the message

Line 4859: SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,150) || '>');

4855: fnd_file.put_line(FND_FILE.LOG,'x_msg_count :<' || lc_msg_count || '>');
4856:
4857: FOR i IN 1..lc_msg_count LOOP
4858: fnd_file.put_line(FND_FILE.LOG,'x_msg #' || TO_CHAR(i) || ' = <' ||
4859: SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,150) || '>');
4860: END LOOP;
4861: END IF;
4862:
4863: IF PG_DEBUG in ('Y', 'C') THEN

Line 4880: FND_MSG_PUB.Add;

4876: fnd_file.put_line(FND_FILE.LOG,'create_cash_126');
4877: END IF;
4878:
4879: FND_MESSAGE.set_name('AR', 'AR_CC_AUTH_FAILED');
4880: FND_MSG_PUB.Add;
4881:
4882: IF lc_response_rec.Result_Code is NOT NULL THEN
4883:
4884: ---Raise the PAYMENT error code concatenated with the message

Line 4895: FND_MSG_PUB.Add;

4891:
4892: FND_MESSAGE.SET_NAME ('AR','GENERIC_MESSAGE');
4893: FND_MESSAGE.SET_TOKEN('GENERIC_TEXT',lc_iby_msg_data);
4894:
4895: FND_MSG_PUB.Add;
4896:
4897: END IF;
4898:
4899: insert_exceptions(

Line 4921: FND_MSG_PUB.Count_And_Get( p_encoded => FND_API.G_FALSE,

4917: program_id = l_program_id,
4918: program_update_date = sysdate
4919: WHERE cash_receipt_id = rct_info.cash_receipt_id;
4920:
4921: FND_MSG_PUB.Count_And_Get( p_encoded => FND_API.G_FALSE,
4922: p_count => x_msg_count,
4923: p_data => x_msg_data );
4924:
4925: x_return_status := lc_return_status;

Line 5006: SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,150) || '>');

5002: fnd_file.put_line(FND_FILE.LOG,'x_msg_count :<' || ls_msg_count || '>');
5003:
5004: FOR i IN 1..ls_msg_count LOOP
5005: fnd_file.put_line(FND_FILE.LOG,'x_msg #' || TO_CHAR(i) || ' = <' ||
5006: SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,150) || '>');
5007: END LOOP;
5008: END IF;
5009:
5010: IF PG_DEBUG in ('Y', 'C') THEN

Line 5057: FND_MSG_PUB.Add;

5053:
5054: ls_iby_msg_data := null; /* initialize here */
5055:
5056: FND_MESSAGE.set_name('AR', 'AR_CC_CAPTURE_FAILED');
5057: FND_MSG_PUB.Add;
5058: ---Raise the PAYMENT error code concatenated with the message
5059:
5060: ls_iby_msg_data := substrb( ls_response_rec_tab(i).Result.Result_Code || ': '||
5061: ls_response_rec_tab(i).Result.Result_Message , 1, 240);