DBA Data[Home] [Help]

APPS.MSD_LIABILITY dependencies on DBMS_AW

Line 657: dbms_aw.execute(strCmd);

653: strCmd := 'aw attach '|| strCodeAW ||' ro; call BLD.LIABILITY(''' || MSD_COMMON_UTILITIES_LB.get_demand_plan_id(p_plan_id) || ''');';
654:
655: display_message(strCmd ,DEBUG );
656:
657: dbms_aw.execute(strCmd);
658:
659: display_message('After the call of Build API' ,DEBUG );
660:
661: /* IF the build errors out then the error out handling is done */