DBA Data[Home] [Help]

APPS.PAY_US_PAYROLL_UTILS dependencies on FND_LOOKUP_TYPES

Line 1168: FROM fnd_lookup_types lt, fnd_security_groups sg

1164:
1165: /* Cursor to find the Security_Group_Id */
1166: CURSOR get_security_group_id_cur(v_application_id Number ) IS
1167: SELECT sg.security_group_id
1168: FROM fnd_lookup_types lt, fnd_security_groups sg
1169: WHERE lt.lookup_type = 'PAY_US_LOCAL_PDF_LINK_W4'
1170: AND lt.view_application_id = v_application_id
1171: AND lt.security_group_id = sg.security_group_id
1172: AND sg.security_group_key ='STANDARD';