DBA Data[Home] [Help]

APPS.HR_ORU_BUS dependencies on DUAL

Line 431: -- or on form must be dual-maintained

427: -- error will be raised and processing is terminated.
428: --
429: -- Developer/Implementation Notes:
430: -- Duplicate validation exists on form, so any changes made here
431: -- or on form must be dual-maintained
432: --
433: -- Access Status:
434: -- Internal Row Handler Use Only
435: --

Line 607: -- or on form must be dual-maintained.

603: -- error will be raised and processing is terminated.
604: --
605: -- Developer/Implementation Notes:
606: -- Duplicate validation exists on form, so any changes made here
607: -- or on form must be dual-maintained.
608: --
609: -- Access Status:
610: -- Internal Row Table Handler Use Only.
611: --

Line 677: -- or on form must be dual-maintained.

673: -- error will be raised and processing is terminated.
674: --
675: -- Developer/Implementation Notes:
676: -- Duplicate validation exists on form, so any changes made here
677: -- or on form must be dual-maintained.
678: --
679: -- Access Status:
680: -- Internal Row Table Handler Use Only.
681: --

Line 791: -- or on form must be dual-maintained.

787: -- error will be raised and processing is terminated.
788: --
789: -- Developer/Implementation Notes:
790: -- Duplicate validation exists on form, so any changes made here
791: -- or on form must be dual-maintained.
792: --
793: -- Access Status:
794: -- Internal Row Table Handler Use Only.
795: --

Line 861: -- or on form must be dual-maintained.

857: -- error will be raised and processing is terminated.
858: --
859: -- Developer/Implementation Notes:
860: -- Duplicate validation exists on form, so any changes made here
861: -- or on form must be dual-maintained.
862: --
863: -- Access Status:
864: -- Internal Row Table Handler Use Only.
865: --

Line 937: -- or on form must be dual-maintained.

933: -- error will be raised and processing is terminated.
934: --
935: -- Developer/Implementation Notes:
936: -- Duplicate validation exists on form, so any changes made here
937: -- or on form must be dual-maintained.
938: --
939: -- Access Status:
940: -- Internal Row Table Handler Use Only.
941: --

Line 1022: -- or on form must be dual-maintained.

1018: -- error will be raised and processing is terminated.
1019: --
1020: -- Developer/Implementation Notes:
1021: -- Duplicate validation exists on form, so any changes made here
1022: -- or on form must be dual-maintained.
1023: --
1024: -- Access Status:
1025: -- Internal Row Table Handler Use Only.
1026: --

Line 1047: FROM sys.dual

1043: --
1044: BEGIN
1045: SELECT 'Y'
1046: INTO l_exists
1047: FROM sys.dual
1048: WHERE EXISTS
1049: (SELECT null
1050: FROM hr_organization_information
1051: WHERE organization_id = p_organization_id