DBA Data[Home] [Help]

APPS.CE_CSH_FCST_POP dependencies on FND_NEW_MESSAGES

Line 88: error_msg FND_NEW_MESSAGES.message_text%TYPE;

84: SELECT forecast_column_id, column_number, days_from, days_to
85: FROM ce_forecast_columns
86: WHERE forecast_header_id = CE_CASH_FCST.G_rp_forecast_header_id;
87:
88: error_msg FND_NEW_MESSAGES.message_text%TYPE;
89:
90: min_col NUMBER;
91: max_col NUMBER;
92: col_num NUMBER;

Line 1407: error_msg FND_NEW_MESSAGES.message_text%TYPE;

1403: l_arr_cflow NUMBER;
1404: l_xtr_cflow NUMBER;
1405: l_pay_cflow NUMBER;
1406: l_prior_day_cflow NUMBER;
1407: error_msg FND_NEW_MESSAGES.message_text%TYPE;
1408:
1409: BEGIN
1410: cep_standard.debug('>>CE_CSH_FCST_POP.Populate_Opening_Bal');
1411:

Line 1873: error_msg FND_NEW_MESSAGES.message_text%TYPE;

1869: where_clause varchar2(2000);
1870: select_clause varchar2(2000);
1871: main_query varchar2(3500) := null;
1872: counter number;
1873: error_msg FND_NEW_MESSAGES.message_text%TYPE;
1874:
1875: BEGIN
1876:
1877: cep_standard.debug('>>CE_CSH_FCAST_POP.Build_AP_Pay_Query');

Line 2471: error_msg FND_NEW_MESSAGES.message_text%TYPE;

2467: trx_date_clause varchar2(100);
2468: view_name VARCHAR2(50);
2469: main_query varchar2(3500) := null;
2470: counter number;
2471: error_msg FND_NEW_MESSAGES.message_text%TYPE;
2472:
2473: BEGIN
2474: cep_standard.debug('>>Build_AR_Receipt_Query');
2475:

Line 2808: error_msg FND_NEW_MESSAGES.message_text%TYPE;

2804: from_clause VARCHAR2(500);
2805: where_clause varchar2(1500);
2806: select_clause varchar2(1500);
2807: main_query varchar2(3500) := null;
2808: error_msg FND_NEW_MESSAGES.message_text%TYPE;
2809:
2810: BEGIN
2811: cep_standard.debug('>>CE_CSH_FCAST_POP.Build_PAY_Exp_Query');
2812: select_clause := Get_Select_Clause;

Line 2908: error_msg FND_NEW_MESSAGES.message_text%TYPE;

2904: l_start_date DATE;
2905: l_end_date DATE;
2906: l_max_end_date DATE;
2907: error_flag BOOLEAN := FALSE;
2908: error_msg FND_NEW_MESSAGES.message_text%TYPE;
2909:
2910:
2911: CURSOR C_period IS
2912: SELECT start_date,

Line 3872: error_msg FND_NEW_MESSAGES.message_text%TYPE;

3868: l_end_date DATE;
3869: l_max_end_date DATE;
3870:
3871: error_flag BOOLEAN := FALSE;
3872: error_msg FND_NEW_MESSAGES.message_text%TYPE;
3873:
3874:
3875: CURSOR C_period IS
3876: SELECT start_date,