DBA Data[Home] [Help]

APPS.FV_FEDERAL_PAYMENT_FIELDS_PKG dependencies on FV_SUMMARY_CONSOLIDATE_ALL

Line 461: -- summary_schedule_flage in table fv_summary_consolidate_all will be

457: -- --------------------------------------------------------------------------
458: -- This API will be called from IBY when the summary formats have completed
459: -- and will tell us the status of the payment instruction. If the
460: -- payment instruction has completed successfully then the column
461: -- summary_schedule_flage in table fv_summary_consolidate_all will be
462: -- updated.
463: -- -------------------------------------------------------------------------
464: PROCEDURE Summary_Format_Prog_Completed
465: (p_api_version IN number,

Line 490: Update fv_summary_consolidate_all

486: x_msg_count := 0;
487:
488: IF (fv_install.enabled) AND (p_format_complete_status = 'SUMMARY_FORMAT_SUCCESS') THEN
489:
490: Update fv_summary_consolidate_all
491: Set summary_schedule_flag = 'Y'
492: Where payment_instruction_id = p_payment_instruction_id;
493: END IF;
494: