DBA Data[Home] [Help]

APPS.XNP_SV_NETWORK$SMS_SV dependencies on XNP_WSGJSL

Line 1341: htp.p(XNP_WSGJSL.OpenScript);

1337: --
1338: --------------------------------------------------------------------------------
1339: procedure CreateQueryJavaScript is
1340: begin
1341: htp.p(XNP_WSGJSL.OpenScript);
1342: htp.p('var FormType = "Query";');
1343: htp.p(XNP_WSGJSL.CloseScript);
1344: exception
1345: when others then

Line 1343: htp.p(XNP_WSGJSL.CloseScript);

1339: procedure CreateQueryJavaScript is
1340: begin
1341: htp.p(XNP_WSGJSL.OpenScript);
1342: htp.p('var FormType = "Query";');
1343: htp.p(XNP_WSGJSL.CloseScript);
1344: exception
1345: when others then
1346: XNP_WSGL.DisplayMessage(XNP_WSGL.MESS_EXCEPTION, SQLERRM, 'Monitor Network Subscriptions'||' : '||'Porting Network Subscriptions',
1347: QF_BODY_ATTRIBUTES, 'xnp_sv_network$sms_sv.CreateQueryJavaScript');

Line 1360: htp.p(XNP_WSGJSL.OpenScript);

1356: --
1357: --------------------------------------------------------------------------------
1358: procedure CreateListJavaScript is
1359: begin
1360: htp.p(XNP_WSGJSL.OpenScript);
1361: htp.p('var FormType = "List";');
1362: htp.p(XNP_WSGJSL.CloseScript);
1363: exception
1364: when others then

Line 1362: htp.p(XNP_WSGJSL.CloseScript);

1358: procedure CreateListJavaScript is
1359: begin
1360: htp.p(XNP_WSGJSL.OpenScript);
1361: htp.p('var FormType = "List";');
1362: htp.p(XNP_WSGJSL.CloseScript);
1363: exception
1364: when others then
1365: XNP_WSGL.DisplayMessage(XNP_WSGL.MESS_EXCEPTION, SQLERRM, 'Monitor Network Subscriptions'||' : '||'Porting Network Subscriptions',
1366: RL_BODY_ATTRIBUTES, 'xnp_sv_network$sms_sv.CreateListJavaScript');