DBA Data[Home] [Help]

APPS.PO_COPYDOC_S5 dependencies on PO_COPYDOC_S1

Line 60: po_copydoc_s1.copydoc_sql_error('validate_distribution', x_progress, sqlcode,

56: FROM SYS.DUAL;
57: EXCEPTION
58: WHEN OTHERS THEN
59: x_po_distribution_record.po_distribution_id := NULL;
60: po_copydoc_s1.copydoc_sql_error('validate_distribution', x_progress, sqlcode,
61: x_online_report_id,
62: x_sequence,
63: x_line_num, x_shipment_num, x_po_distribution_record.distribution_num);
64: RAISE COPYDOC_DISTRIBUTION_FAILURE;

Line 92: po_copydoc_s1.copydoc_sql_error('validate_distribution'

88: WHERE line_location_id = x_line_location_id;
89: EXCEPTION
90: WHEN OTHERS THEN
91: x_po_distribution_record.po_distribution_id := NULL;
92: po_copydoc_s1.copydoc_sql_error('validate_distribution'
93: , x_progress
94: , sqlcode
95: , x_online_report_id
96: , x_sequence

Line 447: PO_COPYDOC_S1.online_report

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,
450: x_message => FND_MESSAGE.get,
451: x_line_num => p_po_line_rec.line_num,

Line 468: PO_COPYDOC_S1.online_report

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,
471: x_message => FND_MESSAGE.get,
472: x_line_num => p_po_line_rec.line_num,

Line 491: PO_COPYDOC_S1.online_report

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,
494: x_message => FND_MESSAGE.get,
495: x_line_num => p_po_line_rec.line_num,

Line 512: PO_COPYDOC_S1.online_report

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,
515: x_message => FND_MESSAGE.get,
516: x_line_num => p_po_line_rec.line_num,

Line 533: PO_COPYDOC_S1.online_report

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,
536: x_message => FND_MESSAGE.get,
537: x_line_num => p_po_line_rec.line_num,

Line 554: PO_COPYDOC_S1.online_report

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,
557: x_message => FND_MESSAGE.get,
558: x_line_num => p_po_line_rec.line_num,

Line 582: PO_COPYDOC_S1.online_report

578: namein => 'PO_ACCT_GEN_WF_FAILED');
579: END IF;
580:
581: IF (l_fb_error_msg IS NOT NULL) THEN
582: PO_COPYDOC_S1.online_report
583: (x_online_report_id => p_online_report_id,
584: x_sequence => x_sequence,
585: x_message => l_fb_error_msg,
586: x_line_num => p_po_line_rec.line_num,

Line 624: PO_COPYDOC_S1.copydoc_sql_error

620: -- the return status.
621: x_return_status := FND_API.g_ret_sts_error;
622: WHEN OTHERS THEN
623: x_return_status := FND_API.g_ret_sts_unexp_error;
624: PO_COPYDOC_S1.copydoc_sql_error
625: (x_routine => 'PO_COPYDOC_S5.generate_accounts',
626: x_progress => l_progress,
627: x_sqlcode => SQLCODE,
628: x_online_report_id => p_online_report_id,