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.20.12010000.2 2008/09/09 16:46:14 hliew 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 3092: END WIP_JOB_DTLS_SUBSTITUTIONS;

3088: where current of res_usage;
3089: end loop;
3090: end update_cumulative_time;
3091:
3092: END WIP_JOB_DTLS_SUBSTITUTIONS;