DBA Data[Home] [Help]

APPS.MSD_TRANSLATE_LEVEL_VALUES dependencies on MSD_ST_ORG_CALENDARS

Line 1516: delete from msd_st_org_calendars

1512: /* Refresh the existing Org Calendar relationships for this instance */
1513:
1514: if (p_dest_table = MSD_COMMON_UTILITIES.LEVEL_VALUES_STAGING_TABLE) then
1515:
1516: delete from msd_st_org_calendars
1517: where instance = p_instance_id;
1518:
1519: v_dest_table := 'MSD_ST_ORG_CALENDARS';
1520:

Line 1519: v_dest_table := 'MSD_ST_ORG_CALENDARS';

1515:
1516: delete from msd_st_org_calendars
1517: where instance = p_instance_id;
1518:
1519: v_dest_table := 'MSD_ST_ORG_CALENDARS';
1520:
1521: else
1522:
1523: delete from msd_org_calendars

Line 1558: from msd_st_org_calendars

1554: instance,
1555: sr_org_pk,
1556: calendar_type,
1557: calendar_code
1558: from msd_st_org_calendars
1559: where instance = p_instance_id) a;
1560:
1561: delete from msd_st_org_calendars where instance = p_instance_id;
1562:

Line 1561: delete from msd_st_org_calendars where instance = p_instance_id;

1557: calendar_code
1558: from msd_st_org_calendars
1559: where instance = p_instance_id) a;
1560:
1561: delete from msd_st_org_calendars where instance = p_instance_id;
1562:
1563:
1564: else
1565: