DBA Data[Home] [Help]

APPS.MSC_SCE_PUB_SUPPLY_COMMIT_PKG dependencies on DUAL

Line 578: from dual;

574: into l_user_id,
575: l_user_name --,
576: --l_resp_name,
577: --l_application_name
578: from dual;
579: end if;
580:
581: if l_user_id is null then
582: l_language_code := 'US';

Line 980: FROM dual

976:
977: IF l_version IS NOT NULL THEN
978: BEGIN
979: SELECT 1 INTO l_records_exist
980: FROM dual
981: WHERE exists ( SELECT 1
982: FROM msc_sup_dem_entries
983: WHERE plan_id = -1
984: AND publisher_order_type = 3