DBA Data[Home] [Help]

APPS.HRFASTANSWERS dependencies on HRI_ORG_PARAMS

Line 738: from hri_org_params

734: cursor c_org_param
735: ( cp_organization_id Number )
736: is
737: select org_param_id
738: from hri_org_params
739: where organization_id = cp_organization_id
740: and organization_process = 'SINR';
741: --
742: BEGIN