DBA Data[Home] [Help]

APPS.HRI_PARAMETERS dependencies on JS

Line 70: js.scriptopen;

66:
67: -- Generate JavaScript functions for cross-validation between
68: -- Geography dimension level LOV and Geography values LOV
69:
70: js.scriptopen;
71: icx_util.lovscript;
72: js.scriptclose;
73:
74: -- Format Javascript Functions (if needed)

Line 72: js.scriptclose;

68: -- Geography dimension level LOV and Geography values LOV
69:
70: js.scriptopen;
71: icx_util.lovscript;
72: js.scriptclose;
73:
74: -- Format Javascript Functions (if needed)
75:
76: IF instr(p_param_request,'GEOGID,') > 0 then

Line 1038: -- js.scriptopen;

1034: java_string3 varchar2(6000);
1035:
1036: BEGIN
1037:
1038: -- js.scriptopen;
1039: -- icx_util.lovscript;
1040: -- js.scriptclose;
1041:
1042: -- Java Script to create functionality for cross validation of Geography parameters

Line 1040: -- js.scriptclose;

1036: BEGIN
1037:
1038: -- js.scriptopen;
1039: -- icx_util.lovscript;
1040: -- js.scriptclose;
1041:
1042: -- Java Script to create functionality for cross validation of Geography parameters
1043:
1044: java_string := java_string|| 'function getGeog(field, index)' ;