DBA Data[Home] [Help]

APPS.WIP_JOB_DTLS_SUBSTITUTIONS dependencies on WIP_JOB_DTLS_SUBSTITUTIONS

Line 1: PACKAGE BODY WIP_JOB_DTLS_SUBSTITUTIONS AS

1: PACKAGE BODY WIP_JOB_DTLS_SUBSTITUTIONS AS
2: /* $Header: wipjdstb.pls 120.33.12020000.5 2013/01/21 11:16:43 akuppa ship $ */
3:
4: type date_tbl_t is table of date ; /* Fix for Bug4656331 */
5: type rowid_tbl_t is table of varchar2(18) ; /* Fix for Bug4656331 */

Line 3219: END WIP_JOB_DTLS_SUBSTITUTIONS;

3215: where current of res_usage;
3216: end loop;
3217: end update_cumulative_time;
3218:
3219: END WIP_JOB_DTLS_SUBSTITUTIONS;