DBA Data[Home] [Help]

APPS.GMD_SS_TEST_WF_PKG dependencies on GMD_API_PUB

Line 137: gmd_api_pub.raise('oracle.apps.gmd.qm.ss.tp',to_char(l_time_id) );

133:
134: IF (l_debug = 'Y') THEN
135: gmd_debug.put_line('Timepoint test ' || l_time_id);
136: END IF;
137: gmd_api_pub.raise('oracle.apps.gmd.qm.ss.tp',to_char(l_time_id) );
138: elsif (nvl(l_wf_sent,'##') = 'Y')
139: and ((l_time + l_grace_ahead) <= sysdate) then
140:
141: open C3 (l_se_id);

Line 151: gmd_api_pub.raise('oracle.apps.gmd.qm.ss.tplt',to_char(l_time_id) );

147: IF (l_debug = 'Y') THEN
148: gmd_debug.put_line('Late timepoint test ' || l_time_id);
149: END IF;
150:
151: gmd_api_pub.raise('oracle.apps.gmd.qm.ss.tplt',to_char(l_time_id) );
152: end if;
153: end if;
154: END LOOP;
155: CLOSE C2;