DBA Data[Home] [Help]

APPS.MSC_WS_SNO_PUBLISH dependencies on MSC_PLAN_BUCKETS

Line 803: -- delete records from MSC_PLAN_BUCKETS table for the given PlanId, if any

799: -- init global variables
800: g_ErrorCode := '';
801:
802:
803: -- delete records from MSC_PLAN_BUCKETS table for the given PlanId, if any
804: BEGIN
805: DELETE FROM MSC_PLAN_BUCKETS WHERE PLAN_ID=PlanIdVar;
806: EXCEPTION WHEN others THEN
807: NULL; -- do nothing

Line 805: DELETE FROM MSC_PLAN_BUCKETS WHERE PLAN_ID=PlanIdVar;

801:
802:
803: -- delete records from MSC_PLAN_BUCKETS table for the given PlanId, if any
804: BEGIN
805: DELETE FROM MSC_PLAN_BUCKETS WHERE PLAN_ID=PlanIdVar;
806: EXCEPTION WHEN others THEN
807: NULL; -- do nothing
808: END;
809:

Line 812: INSERT INTO MSC_PLAN_BUCKETS (PLAN_ID,

808: END;
809:
810: BEGIN
811: -- CODE GOES HERE
812: INSERT INTO MSC_PLAN_BUCKETS (PLAN_ID,
813: ORGANIZATION_ID,
814: SR_INSTANCE_ID,
815: BUCKET_INDEX,
816: CURR_FLAG,