DBA Data[Home] [Help]

APPS.PAY_MAG_UTILS dependencies on HR_ORG_INFORMATION_TYPES

Line 919: -- Checks if p_org_info_type exists in HR_ORG_INFORMATION_TYPES

915: ----------------------------------------------------------------------------------------
916: -- Name
917: -- Org_Info_Exists
918: -- Purpose
919: -- Checks if p_org_info_type exists in HR_ORG_INFORMATION_TYPES
920: -- Arguments
921: -- p_org_info_type
922: ----------------------------------------------------------------------------------------
923: FUNCTION Org_Info_Exists ( p_org_info_type IN VARCHAR2) RETURN BOOLEAN IS

Line 932: FROM HR_ORG_INFORMATION_TYPES hoit

928: -- table.
929: --
930: CURSOR c_org_exists IS
931: SELECT null
932: FROM HR_ORG_INFORMATION_TYPES hoit
933: WHERE hoit.org_information_type = p_org_info_type;
934: --
935: BEGIN
936: --