DBA Data[Home] [Help]

APPS.HR_ORU_BUS dependencies on DUAL

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Line 1048: FROM sys.dual

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