DBA Data[Home] [Help]

APPS.AR_AUTOREM_API dependencies on FND_MSG_PUB

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

4164:
4165: FOR i IN 1..l_msg_count LOOP
4166:
4167: fnd_file.put_line(FND_FILE.LOG,'x_msg #' || TO_CHAR(i) || ' = <' ||
4168: SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,150) || '>');
4169:
4170: IF i <= 2 THEN
4171: pl_msg_data := SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,240) ;
4172: END if;

Line 4171: pl_msg_data := SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,240) ;

4167: fnd_file.put_line(FND_FILE.LOG,'x_msg #' || TO_CHAR(i) || ' = <' ||
4168: SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,150) || '>');
4169:
4170: IF i <= 2 THEN
4171: pl_msg_data := SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,240) ;
4172: END if;
4173:
4174: END LOOP;
4175:

Line 4202: FND_MSG_PUB.Add;

4198: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
4199: G_ERROR := 'Y' ;
4200:
4201: FND_MESSAGE.set_name('AR', 'AR_CC_AUTH_FAILED');
4202: FND_MSG_PUB.Add;
4203:
4204: IF l_response_rec.Result_Code is NOT NULL THEN
4205:
4206: ---Raise the PAYMENT error code concatenated with the message

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

4369: fnd_file.put_line(FND_FILE.LOG,'x_msg_count :<' || lc_msg_count || '>');
4370:
4371: FOR i IN 1..lc_msg_count LOOP
4372: fnd_file.put_line(FND_FILE.LOG,'x_msg #' || TO_CHAR(i) || ' = <' ||
4373: SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,150) || '>');
4374:
4375: IF i <= 2 THEN
4376: pl_msg_data := SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,240) ;
4377: END if;

Line 4376: pl_msg_data := SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,240) ;

4372: fnd_file.put_line(FND_FILE.LOG,'x_msg #' || TO_CHAR(i) || ' = <' ||
4373: SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,150) || '>');
4374:
4375: IF i <= 2 THEN
4376: pl_msg_data := SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,240) ;
4377: END if;
4378:
4379: END LOOP;
4380:

Line 4395: FND_MSG_PUB.Add;

4391: G_ERROR := 'Y' ;
4392:
4393: fnd_file.put_line(FND_FILE.LOG,'create_cash_126');
4394: FND_MESSAGE.set_name('AR', 'AR_CC_AUTH_FAILED');
4395: FND_MSG_PUB.Add;
4396:
4397: IF lc_response_rec.Result_Code is NOT NULL THEN
4398:
4399: ---Raise the PAYMENT error code concatenated with the message

Line 4407: FND_MSG_PUB.Add;

4403: fnd_file.put_line(FND_FILE.LOG, 'lc_iby_msg_data: ' || lc_iby_msg_data);
4404: FND_MESSAGE.SET_NAME ('AR','GENERIC_MESSAGE');
4405: FND_MESSAGE.SET_TOKEN('GENERIC_TEXT',lc_iby_msg_data);
4406:
4407: FND_MSG_PUB.Add;
4408:
4409: END IF;
4410:
4411: insert_exceptions(

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

4429: program_id = l_program_id,
4430: program_update_date = sysdate
4431: WHERE cash_receipt_id = rct_info.cash_receipt_id;
4432:
4433: FND_MSG_PUB.Count_And_Get( p_encoded => FND_API.G_FALSE,
4434: p_count => x_msg_count,
4435: p_data => x_msg_data );
4436:
4437: x_return_status := lc_return_status;

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

4509: fnd_file.put_line(FND_FILE.LOG,'x_msg_count :<' || ls_msg_count || '>');
4510:
4511: FOR i IN 1..ls_msg_count LOOP
4512: fnd_file.put_line(FND_FILE.LOG,'x_msg #' || TO_CHAR(i) || ' = <' ||
4513: SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,150) || '>');
4514: END LOOP;
4515:
4516: IF PG_DEBUG in ('Y', 'C') THEN
4517:

Line 4563: FND_MSG_PUB.Add;

4559:
4560: ls_iby_msg_data := null; /* initialize here */
4561:
4562: FND_MESSAGE.set_name('AR', 'AR_CC_CAPTURE_FAILED');
4563: FND_MSG_PUB.Add;
4564: ---Raise the PAYMENT error code concatenated with the message
4565:
4566: ls_iby_msg_data := substrb( ls_response_rec_tab(i).Result.Result_Code || ': '||
4567: ls_response_rec_tab(i).Result.Result_Message , 1, 240);

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

4909: END IF;
4910:
4911: FOR i IN 1..l_msg_count LOOP
4912: fnd_file.put_line(FND_FILE.LOG,'x_msg #' || TO_CHAR(i) || ' = <' ||
4913: SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,150) || '>');
4914:
4915: IF i <= 2 THEN
4916: pl_msg_data := SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,240) ;
4917: END if;

Line 4916: pl_msg_data := SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,240) ;

4912: fnd_file.put_line(FND_FILE.LOG,'x_msg #' || TO_CHAR(i) || ' = <' ||
4913: SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,150) || '>');
4914:
4915: IF i <= 2 THEN
4916: pl_msg_data := SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,240) ;
4917: END if;
4918:
4919: END LOOP;
4920:

Line 4949: FND_MSG_PUB.Add;

4945: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
4946: G_ERROR := 'Y' ;
4947:
4948: FND_MESSAGE.set_name('AR', 'AR_CC_AUTH_FAILED');
4949: FND_MSG_PUB.Add;
4950:
4951: IF l_response_rec.Result_Code is NOT NULL THEN
4952:
4953: ---Raise the PAYMENT error code concatenated with the message

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

5131: fnd_file.put_line(FND_FILE.LOG,'x_msg_count :<' || lc_msg_count || '>');
5132:
5133: FOR i IN 1..lc_msg_count LOOP
5134: fnd_file.put_line(FND_FILE.LOG,'x_msg #' || TO_CHAR(i) || ' = <' ||
5135: SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,150) || '>');
5136: END LOOP;
5137: END IF;
5138:
5139: IF PG_DEBUG in ('Y', 'C') THEN

Line 5156: FND_MSG_PUB.Add;

5152: fnd_file.put_line(FND_FILE.LOG,'create_cash_126');
5153: END IF;
5154:
5155: FND_MESSAGE.set_name('AR', 'AR_CC_AUTH_FAILED');
5156: FND_MSG_PUB.Add;
5157:
5158: IF lc_response_rec.Result_Code is NOT NULL THEN
5159:
5160: ---Raise the PAYMENT error code concatenated with the message

Line 5171: FND_MSG_PUB.Add;

5167:
5168: FND_MESSAGE.SET_NAME ('AR','GENERIC_MESSAGE');
5169: FND_MESSAGE.SET_TOKEN('GENERIC_TEXT',lc_iby_msg_data);
5170:
5171: FND_MSG_PUB.Add;
5172:
5173: END IF;
5174:
5175: insert_exceptions(

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

5193: program_id = l_program_id,
5194: program_update_date = sysdate
5195: WHERE cash_receipt_id = rct_info.cash_receipt_id;
5196:
5197: FND_MSG_PUB.Count_And_Get( p_encoded => FND_API.G_FALSE,
5198: p_count => x_msg_count,
5199: p_data => x_msg_data );
5200:
5201: x_return_status := lc_return_status;

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

5278: fnd_file.put_line(FND_FILE.LOG,'x_msg_count :<' || ls_msg_count || '>');
5279:
5280: FOR i IN 1..ls_msg_count LOOP
5281: fnd_file.put_line(FND_FILE.LOG,'x_msg #' || TO_CHAR(i) || ' = <' ||
5282: SUBSTR(fnd_msg_pub.get(p_msg_index => i,p_encoded => FND_API.G_FALSE),1,150) || '>');
5283: END LOOP;
5284: END IF;
5285:
5286: IF PG_DEBUG in ('Y', 'C') THEN

Line 5333: FND_MSG_PUB.Add;

5329:
5330: ls_iby_msg_data := null; /* initialize here */
5331:
5332: FND_MESSAGE.set_name('AR', 'AR_CC_CAPTURE_FAILED');
5333: FND_MSG_PUB.Add;
5334: ---Raise the PAYMENT error code concatenated with the message
5335:
5336: ls_iby_msg_data := substrb( ls_response_rec_tab(i).Result.Result_Code || ': '||
5337: ls_response_rec_tab(i).Result.Result_Message , 1, 240);