DBA Data[Home] [Help]

APPS.MSC_SCE_PUB_SUPPLY_COMMIT_PKG dependencies on DUAL

Line 588: from dual;

584: into l_user_id,
585: l_user_name --,
586: --l_resp_name,
587: --l_application_name
588: from dual;
589: end if;
590:
591: if l_user_id is null then
592: l_language_code := 'US';

Line 1007: FROM dual

1003:
1004: IF l_version IS NOT NULL THEN
1005: BEGIN
1006: SELECT 1 INTO l_records_exist
1007: FROM dual
1008: WHERE exists ( SELECT 1
1009: FROM msc_sup_dem_entries
1010: WHERE plan_id = -1
1011: AND publisher_order_type = 3