DBA Data[Home] [Help]

APPS.CE_CASH_FCST dependencies on CEFC_VIEW_CONST

Line 210: CEFC_VIEW_CONST.set_constants(

206: --
207: -- Set View constants
208: -- 14164001: Added named parameters
209: --
210: CEFC_VIEW_CONST.set_constants(
211: pn_header_id => G_rp_forecast_header_id,
212: pn_period_set_name => G_rp_calendar_name,
213: pn_start_period => G_rp_forecast_start_period,
214: pn_start_date => G_rp_forecast_start_date,

Line 934: G_min_col := CEFC_VIEW_CONST.get_min_col;

930: all_valid BOOLEAN DEFAULT TRUE;
931: BEGIN
932: cep_standard.debug('>>CE_CASH_FCST.valid_col_range');
933:
934: G_min_col := CEFC_VIEW_CONST.get_min_col;
935: G_max_col := CEFC_VIEW_CONST.get_max_col;
936: G_invalid_overdue := FALSE;
937: cep_standard.debug('G_min_col = '||to_char(G_min_col));
938: cep_standard.debug('G_max_col = '||to_char(G_max_col));

Line 935: G_max_col := CEFC_VIEW_CONST.get_max_col;

931: BEGIN
932: cep_standard.debug('>>CE_CASH_FCST.valid_col_range');
933:
934: G_min_col := CEFC_VIEW_CONST.get_min_col;
935: G_max_col := CEFC_VIEW_CONST.get_max_col;
936: G_invalid_overdue := FALSE;
937: cep_standard.debug('G_min_col = '||to_char(G_min_col));
938: cep_standard.debug('G_max_col = '||to_char(G_max_col));
939:

Line 1660: CEFC_VIEW_CONST.set_rowid(G_rowid);

1656:
1657: EXIT WHEN f_row_cursor%NOTFOUND OR f_row_cursor%NOTFOUND IS NULL;
1658:
1659: -- Set Changing View Constants
1660: CEFC_VIEW_CONST.set_rowid(G_rowid);
1661: CEFC_VIEW_CONST.set_constants(
1662: G_rp_forecast_header_id,
1663: G_rp_calendar_name,
1664: G_rp_forecast_start_period,

Line 1661: CEFC_VIEW_CONST.set_constants(

1657: EXIT WHEN f_row_cursor%NOTFOUND OR f_row_cursor%NOTFOUND IS NULL;
1658:
1659: -- Set Changing View Constants
1660: CEFC_VIEW_CONST.set_rowid(G_rowid);
1661: CEFC_VIEW_CONST.set_constants(
1662: G_rp_forecast_header_id,
1663: G_rp_calendar_name,
1664: G_rp_forecast_start_period,
1665: G_rp_forecast_start_date,