DBA Data[Home] [Help]

APPS.HRBISORGPARAMS dependencies on HRI_ORG_PARAMS_S

Line 43: select hri_org_params_s.nextval

39: --
40: function GetNextOrgParamID
41: return Number is
42: cursor c_next is
43: select hri_org_params_s.nextval
44: from dual;
45:
46: l_org_param_id hri_org_params.org_param_id%TYPE;
47:

Line 346: -- sequence hri_org_params_s to be used as a primary key for the master

342: --
343: --------------------------------------------------------------------
344: --
345: -- This call to GetNextOrgParamID gets the next org param id from the
346: -- sequence hri_org_params_s to be used as a primary key for the master
347: -- table hri_org_params and part of primary key for the detail table
348: -- hri_org_param_list
349: --
350: --------------------------------------------------------------------