DBA Data[Home] [Help]

APPS.MSC_GET_NAME dependencies on MSC_WORKBENCH_DISPLAY_OPTIONS

Line 1245: FROM msc_workbench_display_options

1241:
1242: CURSOR OPTIONS_C IS
1243: SELECT NVL(orders_release_configs,'N'),
1244: NVL(orders_release_phantoms,'N')
1245: FROM msc_workbench_display_options
1246: WHERE user_id = fnd_global.user_id;
1247:
1248: CURSOR internal_sales(p_plan_id number,
1249: p_tran_id number, p_inst_id number) IS