DBA Data[Home] [Help]

APPS.PAY_US_PAYROLL_UTILS dependencies on STANDARD

Line 1172: AND sg.security_group_key ='STANDARD';

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';
1173:
1174: /* Cursor to find the Application_Id */
1175: CURSOR get_application_id_cur IS
1176: SELECT application_id