DBA Data[Home] [Help]

APPS.PA_PURGE_ICIP dependencies on PA_DRAFT_INVOICES_ALL

Line 390: /* The new column pa_draft_invoices_all.purge_flag will be updated with 'Y'

386: and mdir.draft_invoice_detail_id = mdi.draft_invoice_detail_id);
387:
388: l_MRC_NoOfRecordsDel := SQL%ROWCOUNT; */
389:
390: /* The new column pa_draft_invoices_all.purge_flag will be updated with 'Y'
391: whenever any of the source project is purged. Since we have to show
392: appropriate message, in the case of Drilldown from Intercompany Invoice
393: to source Expenditure items, will not have a performance hit as we would
394: know upfront that the at least one of the source project has been purged.

Line 397: update pa_draft_invoices_all di

393: to source Expenditure items, will not have a performance hit as we would
394: know upfront that the at least one of the source project has been purged.
395: */
396:
397: update pa_draft_invoices_all di
398: set di.purge_flag = 'Y'
399: where ( di.project_id, di.draft_invoice_num ) in
400: ( select did.project_id, did.draft_invoice_num
401: from pa_draft_inv_dets_ar did

Line 471: /* The new column pa_draft_invoices_all.purge_flag will be updated with 'Y'

467: and rownum < l_pmy_commit_size;
468:
469: l_MRC_NoOfRecordsDel := SQL%ROWCOUNT ; */
470:
471: /* The new column pa_draft_invoices_all.purge_flag will be updated with 'Y'
472: whenever any of the source project is purged. Since we have to show
473: appropriate message, in the case of Drilldown from Intercompany Invoice
474: to source Expenditure items, will not have a performance hit as we would
475: know upfront that the at least one of the source project has been purged.

Line 478: update pa_draft_invoices_all di

474: to source Expenditure items, will not have a performance hit as we would
475: know upfront that the at least one of the source project has been purged.
476: */
477:
478: update pa_draft_invoices_all di
479: set di.purge_flag = 'Y'
480: where ( di.project_id, di.draft_invoice_num ) in
481: ( select did.project_id, did.draft_invoice_num
482: from pa_draft_invoice_details_all did

Line 539: /* The new column pa_draft_invoices_all.purge_flag will be updated with 'Y'

535:
536: l_MRC_NoOfRecordsDel := SQL%ROWCOUNT ; */
537:
538:
539: /* The new column pa_draft_invoices_all.purge_flag will be updated with 'Y'
540: whenever any of the source project is purged. Since we have to show
541: appropriate message, in the case of Drilldown from Intercompany Invoice
542: to source Expenditure items, will not have a performance hit as we would
543: know upfront that the at least one of the source project has been purged.

Line 546: update pa_draft_invoices_all di

542: to source Expenditure items, will not have a performance hit as we would
543: know upfront that the at least one of the source project has been purged.
544: */
545:
546: update pa_draft_invoices_all di
547: set di.purge_flag = 'Y'
548: where ( di.project_id, di.draft_invoice_num ) in
549: ( select did.project_id, did.draft_invoice_num
550: from pa_draft_invoice_details_all did