DBA Data[Home] [Help]

APPS.IGIRRPI dependencies on APP_EXCEPTION

Line 459: app_exception.raise_exception;

455: EXCEPTION
456: WHEN OTHERS THEN
457: pp_new_next_due_date := l_new_next_due_date_old;
458: pp_new_prev_due_date := l_new_prev_due_date_old;
459: app_exception.raise_exception;
460: END Next_Scheduled_Dates;
461: --
462: --
463: PROCEDURE Next_Due_Dates ( pp_curr_next_due_date in date

Line 541: app_exception.raise_exception;

537: pp_new_next_due_date := l_new_next_due_date_old;
538: pp_new_schedule_id := l_new_schedule_id_old;
539: pp_new_factor := l_new_factor_old;
540: pp_new_component := l_new_component_old;
541: app_exception.raise_exception;
542: END Next_Due_Dates;
543: --
544: /*
545: -- Ensure that the charge component <> billing component

Line 767: app_exception.raise_exception;

763: WHEN OTHERS THEN
764: pp_raid_Table := l_raid_Table_old;
765: pp_curr_rec_idx := l_curr_rec_idx_old;
766: pp_curr_rev_idx := l_curr_rev_idx_old;
767: app_exception.raise_exception;
768: END ITEM_Interface_Distributions;
769:
770: PROCEDURE ITEM_Interface_salescredits ( pp_sc c_stand_charges%ROWTYPE
771: , pp_rail in RAIL

Line 995: app_exception.raise_exception;

991: end if;
992: EXCEPTION
993: WHEN OTHERS THEN
994: pp_line_number := l_line_number_old;
995: app_exception.raise_exception;
996: END ITEM_Interface_taxes;
997: -- -------------------------------------------------------------------------------
998: PROCEDURE ITEM_Interface_lines ( pp_rail in RAIL
999: , pp_price in number

Line 1711: app_exception.raise_exception;

1707: END LOOP;
1708: EXCEPTION
1709: WHEN OTHERS THEN
1710: pp_raid_table := l_raid_table_old;
1711: app_exception.raise_exception;
1712: END PROCESS_REC_DISTRIBUTIONS;
1713: /*
1714: --
1715: -- Distribute the receivables accounts and ensure that it follows

Line 1812: app_exception.raise_exception;

1808: idx := 0;
1809: EXCEPTION
1810: WHEN OTHERS THEN
1811: pp_raid_table := l_raid_table_old;
1812: app_exception.raise_exception;
1813: END PROCESS_REV_DISTRIBUTIONS;
1814: PROCEDURE PROCESS_DATE_RANGES( pp_sc_period_name in varchar2
1815: , pp_sc_advance_arrears_ind in varchar2
1816: , pp_sc_start_date in date

Line 1922: app_exception.raise_exception;

1918: EXCEPTION
1919: WHEN OTHERS THEN
1920: pp_date_range_idx := l_date_range_idx_old;
1921: pp_date_range_table := l_date_range_table_old;
1922: app_exception.raise_exception;
1923: END PROCESS_DATE_RANGES;
1924:
1925: PROCEDURE PROCESS_CHARGES ( pp_sc c_stand_charges%ROWTYPE
1926: , pp_ld c_line_details%ROWTYPE

Line 2210: app_exception.raise_exception;

2206: WHEN OTHERS THEN
2207:
2208: pp_date_range_idx := l_date_range_idx_old;
2209: pp_date_range_table := l_date_range_table_old;
2210: app_exception.raise_exception;
2211: END PROCESS_CHARGES;
2212: --
2213: PROCEDURE AUTO_INVOICE ( errbuf OUT NOCOPY VARCHAR2
2214: , retcode OUT NOCOPY NUMBER