DBA Data[Home] [Help]

APPS.JTF_DECLARATIVE_DIAGNOSTIC dependencies on JTF_DIAGNOSTIC_ARG

Line 1326: -- jtf_diagnostic_arg and jtf_diagnostic_decl_step_cols

1322: raise_application_error(-20000, 'Step name already exists in testcase');
1323: elsif isupdate = 'TRUE' and v_temp > 0 then
1324:
1325: -- first cleanup all information from the
1326: -- jtf_diagnostic_arg and jtf_diagnostic_decl_step_cols
1327:
1328: v_temp_char := newTestName || '/' || newStepName || '{-STEP/CLASS-}%';
1329:
1330: delete from jtf_diagnostic_arg where

Line 1330: delete from jtf_diagnostic_arg where

1326: -- jtf_diagnostic_arg and jtf_diagnostic_decl_step_cols
1327:
1328: v_temp_char := newTestName || '/' || newStepName || '{-STEP/CLASS-}%';
1329:
1330: delete from jtf_diagnostic_arg where
1331: APPID = qAppID
1332: and GROUPNAME = addToGroupName
1333: and TESTCLASSNAME like v_temp_char;
1334:

Line 1513: delete from jtf_diagnostic_arg where

1509: v_diagnostic_testname := P_TESTCLASSNAME
1510: || '/' || P_DELSTEPARRAY(v_index)
1511: || '{-STEP/CLASS-}' || v_diagnostic_testname;
1512:
1513: delete from jtf_diagnostic_arg where
1514: APPID = P_APPID
1515: and GROUPNAME = P_GROUPNAME
1516: and TESTCLASSNAME = v_diagnostic_testname;
1517: