DBA Data[Home] [Help]

APPS.PO_COPYDOC_S5 dependencies on FND_MESSAGE

Line 445: FND_MESSAGE.set_name(application => 'PO',

441: -- messages if any of them failed
442:
443: IF (NOT l_accrual_success) THEN
444: l_progress := '040';
445: FND_MESSAGE.set_name(application => 'PO',
446: name => 'PO_PDOI_ACCRUAL_FAILED');
447: PO_COPYDOC_S1.online_report
448: (x_online_report_id => p_online_report_id,
449: x_sequence => x_sequence,

Line 450: x_message => FND_MESSAGE.get,

446: name => 'PO_PDOI_ACCRUAL_FAILED');
447: PO_COPYDOC_S1.online_report
448: (x_online_report_id => p_online_report_id,
449: x_sequence => x_sequence,
450: x_message => FND_MESSAGE.get,
451: x_line_num => p_po_line_rec.line_num,
452: x_shipment_num => p_po_shipment_rec.shipment_num,
453: x_distribution_num => x_po_distribution_rec.distribution_num);
454: l_acct_gen_error := TRUE;

Line 466: FND_MESSAGE.set_name(application => 'PO',

462: END IF; --< if not accrual success>
463:
464: IF (NOT l_budget_success) THEN
465: l_progress := '050';
466: FND_MESSAGE.set_name(application => 'PO',
467: name => 'PO_PDOI_BUDGET_FAILED');
468: PO_COPYDOC_S1.online_report
469: (x_online_report_id => p_online_report_id,
470: x_sequence => x_sequence,

Line 471: x_message => FND_MESSAGE.get,

467: name => 'PO_PDOI_BUDGET_FAILED');
468: PO_COPYDOC_S1.online_report
469: (x_online_report_id => p_online_report_id,
470: x_sequence => x_sequence,
471: x_message => FND_MESSAGE.get,
472: x_line_num => p_po_line_rec.line_num,
473: x_shipment_num => p_po_shipment_rec.shipment_num,
474: x_distribution_num => x_po_distribution_rec.distribution_num);
475: l_acct_gen_error := TRUE;

Line 489: FND_MESSAGE.set_name(application => 'PO',

485: IF (NOT l_charge_success) OR
486: (NVL(l_code_combination_id, -1) IN (-1,0))
487: THEN
488: l_progress := '060';
489: FND_MESSAGE.set_name(application => 'PO',
490: name => 'PO_PDOI_CHARGE_FAILED');
491: PO_COPYDOC_S1.online_report
492: (x_online_report_id => p_online_report_id,
493: x_sequence => x_sequence,

Line 494: x_message => FND_MESSAGE.get,

490: name => 'PO_PDOI_CHARGE_FAILED');
491: PO_COPYDOC_S1.online_report
492: (x_online_report_id => p_online_report_id,
493: x_sequence => x_sequence,
494: x_message => FND_MESSAGE.get,
495: x_line_num => p_po_line_rec.line_num,
496: x_shipment_num => p_po_shipment_rec.shipment_num,
497: x_distribution_num => x_po_distribution_rec.distribution_num);
498: l_acct_gen_error := TRUE;

Line 510: FND_MESSAGE.set_name(application => 'PO',

506: END IF; --< if not charge success>
507:
508: IF (NOT l_variance_success) THEN
509: l_progress := '070';
510: FND_MESSAGE.set_name(application => 'PO',
511: name => 'PO_PDOI_VARIANCE_FAILED');
512: PO_COPYDOC_S1.online_report
513: (x_online_report_id => p_online_report_id,
514: x_sequence => x_sequence,

Line 515: x_message => FND_MESSAGE.get,

511: name => 'PO_PDOI_VARIANCE_FAILED');
512: PO_COPYDOC_S1.online_report
513: (x_online_report_id => p_online_report_id,
514: x_sequence => x_sequence,
515: x_message => FND_MESSAGE.get,
516: x_line_num => p_po_line_rec.line_num,
517: x_shipment_num => p_po_shipment_rec.shipment_num,
518: x_distribution_num => x_po_distribution_rec.distribution_num);
519: l_acct_gen_error := TRUE;

Line 531: FND_MESSAGE.set_name(application => 'PO',

527: END IF; --< if not variance success>
528:
529: IF (NOT l_dest_charge_success) THEN
530: l_progress := '080';
531: FND_MESSAGE.set_name(application => 'PO',
532: name => 'PO_PDOI_DEST_CHARGE_FAILED');
533: PO_COPYDOC_S1.online_report
534: (x_online_report_id => p_online_report_id,
535: x_sequence => x_sequence,

Line 536: x_message => FND_MESSAGE.get,

532: name => 'PO_PDOI_DEST_CHARGE_FAILED');
533: PO_COPYDOC_S1.online_report
534: (x_online_report_id => p_online_report_id,
535: x_sequence => x_sequence,
536: x_message => FND_MESSAGE.get,
537: x_line_num => p_po_line_rec.line_num,
538: x_shipment_num => p_po_shipment_rec.shipment_num,
539: x_distribution_num => x_po_distribution_rec.distribution_num);
540: l_acct_gen_error := TRUE;

Line 552: FND_MESSAGE.set_name(application => 'PO',

548: END IF; --< if not dest charge success>
549:
550: IF (NOT l_dest_variance_success) THEN
551: l_progress := '090';
552: FND_MESSAGE.set_name(application => 'PO',
553: name => 'PO_PDOI_DEST_VARIANCE_FAILED');
554: PO_COPYDOC_S1.online_report
555: (x_online_report_id => p_online_report_id,
556: x_sequence => x_sequence,

Line 557: x_message => FND_MESSAGE.get,

553: name => 'PO_PDOI_DEST_VARIANCE_FAILED');
554: PO_COPYDOC_S1.online_report
555: (x_online_report_id => p_online_report_id,
556: x_sequence => x_sequence,
557: x_message => FND_MESSAGE.get,
558: x_line_num => p_po_line_rec.line_num,
559: x_shipment_num => p_po_shipment_rec.shipment_num,
560: x_distribution_num => x_po_distribution_rec.distribution_num);
561: l_acct_gen_error := TRUE;

Line 576: l_fb_error_msg := FND_MESSAGE.get_string

572: l_progress := '100';
573:
574: IF (l_fb_error_msg IS NULL) AND (NOT l_acct_gen_error) THEN
575: -- No error message returned at all from WF, so use a default msg
576: l_fb_error_msg := FND_MESSAGE.get_string
577: (appin => 'PO',
578: namein => 'PO_ACCT_GEN_WF_FAILED');
579: END IF;
580: