DBA Data[Home] [Help]

APPS.DDR_POP_CALENDAR_PKG dependencies on STANDARD

Line 1232: Raise_Error('Standard Calendar to be populated for years (' || l_missing_year || ')');

1228: /* Check existance of record in DDR_R_CLNDR_YR for all relevant years */
1229: l_missing_year := Check_Calendar_Year_Exists('BSNS',l_last_year_end_date+1,l_no_of_years,l_spl_year_array.COUNT);
1230: IF l_missing_year IS NOT NULL
1231: THEN
1232: Raise_Error('Standard Calendar to be populated for years (' || l_missing_year || ')');
1233: END IF;
1234:
1235: /*
1236: Check whether record exists in DDR_R_CLNDR for CLNDR_TYP='BSNS' and ORG_CD=p_org_cd;

Line 1673: Raise_Error('Standard Calendar to be populated for years (' || l_missing_year || ')');

1669: /* Check existance of record in DDR_R_CLNDR_YR for all relevant years */
1670: l_missing_year := Check_Calendar_Year_Exists('FSCL',l_last_year_end_date+1,l_no_of_years,null);
1671: IF l_missing_year IS NOT NULL
1672: THEN
1673: Raise_Error('Standard Calendar to be populated for years (' || l_missing_year || ')');
1674: END IF;
1675:
1676: /*
1677: Check whether record exists in DDR_R_CLNDR for CLNDR_TYP='FSCL' and ORG_CD=p_org_cd;

Line 2040: Raise_Error('Standard Calendar to be populated for years (' || l_missing_year || ')');

2036: /* Check existance of record in DDR_R_CLNDR_YR for all relevant years */
2037: l_missing_year := Check_Calendar_Year_Exists('ADVR',l_last_year_end_date+1,l_no_of_years,l_spl_year_array.COUNT);
2038: IF l_missing_year IS NOT NULL
2039: THEN
2040: Raise_Error('Standard Calendar to be populated for years (' || l_missing_year || ')');
2041: END IF;
2042:
2043: /*
2044: Check whether record exists in DDR_R_CLNDR for CLNDR_TYP='ADVR' and ORG_CD=p_org_cd;

Line 2504: Raise_Error('Standard Calendar to be populated for years (' || l_missing_year || ')');

2500: /* Check existance of record in DDR_R_CLNDR_YR for all relevant years */
2501: l_missing_year := Check_Calendar_Year_Exists('PLNG',l_last_year_end_date+1,l_no_of_years,l_spl_year_array.COUNT);
2502: IF l_missing_year IS NOT NULL
2503: THEN
2504: Raise_Error('Standard Calendar to be populated for years (' || l_missing_year || ')');
2505: END IF;
2506:
2507: /*
2508: Check whether record exists in DDR_R_CLNDR for CLNDR_TYP='PLNG' and ORG_CD=p_org_cd;