DBA Data[Home] [Help]

APPS.PA_PROGRESS_REPORT_WORKFLOW dependencies on PA_PROGRESS_REPORT_PUB

Line 387: pa_progress_report_pub.rework_report

383: ( itemtype => itemtype,
384: itemkey => itemkey,
385: aname => 'RECORD_VERSION_NUMBER');
386:
387: pa_progress_report_pub.rework_report
388: (
389: p_validate_only=> 'F',
390: p_commit=>'T',
391:

Line 434: pa_progress_report_pub.reject_report

430: ( itemtype => itemtype,
431: itemkey => itemkey,
432: aname => 'RECORD_VERSION_NUMBER');
433:
434: pa_progress_report_pub.reject_report
435: (
436: p_validate_only=> 'F',
437: p_commit=>'T',
438:

Line 548: pa_progress_report_pub.publish_report

544: --debug_msg ('Workflow ended before autopublish ' || l_auto_approved);
545:
546:
547: IF l_auto_approved = 'A' then
548: pa_progress_report_pub.publish_report
549: (
550: p_validate_only=> 'F',
551: p_commit=>'T',
552:

Line 564: pa_progress_report_pub.approve_report

560:
561: );
562: ELSE
563:
564: pa_progress_report_pub.approve_report
565: (
566: p_validate_only=> 'F',
567: p_commit=>'T',
568: