DBA Data[Home] [Help]

APPS.GME_GANTT_RSRC_PKG dependencies on GME_BATCH_HEADER

Line 39: TYPE batchid IS TABLE OF gme_batch_header.batch_id%TYPE;

35:
36: TYPE resourceloadtabletype IS TABLE OF VARCHAR2 (32000)
37: INDEX BY BINARY_INTEGER;
38:
39: TYPE batchid IS TABLE OF gme_batch_header.batch_id%TYPE;
40:
41: TYPE batchno IS TABLE OF gme_batch_header.batch_no%TYPE;
42:
43: TYPE batchtype IS TABLE OF gme_batch_header.batch_type%TYPE;

Line 41: TYPE batchno IS TABLE OF gme_batch_header.batch_no%TYPE;

37: INDEX BY BINARY_INTEGER;
38:
39: TYPE batchid IS TABLE OF gme_batch_header.batch_id%TYPE;
40:
41: TYPE batchno IS TABLE OF gme_batch_header.batch_no%TYPE;
42:
43: TYPE batchtype IS TABLE OF gme_batch_header.batch_type%TYPE;
44:
45: TYPE batchstatus IS TABLE OF gme_batch_header.batch_status%TYPE;

Line 43: TYPE batchtype IS TABLE OF gme_batch_header.batch_type%TYPE;

39: TYPE batchid IS TABLE OF gme_batch_header.batch_id%TYPE;
40:
41: TYPE batchno IS TABLE OF gme_batch_header.batch_no%TYPE;
42:
43: TYPE batchtype IS TABLE OF gme_batch_header.batch_type%TYPE;
44:
45: TYPE batchstatus IS TABLE OF gme_batch_header.batch_status%TYPE;
46:
47: TYPE batchdate IS TABLE OF gme_batch_header.plan_start_date%TYPE;

Line 45: TYPE batchstatus IS TABLE OF gme_batch_header.batch_status%TYPE;

41: TYPE batchno IS TABLE OF gme_batch_header.batch_no%TYPE;
42:
43: TYPE batchtype IS TABLE OF gme_batch_header.batch_type%TYPE;
44:
45: TYPE batchstatus IS TABLE OF gme_batch_header.batch_status%TYPE;
46:
47: TYPE batchdate IS TABLE OF gme_batch_header.plan_start_date%TYPE;
48:
49: TYPE enforcestepdep IS TABLE OF gme_batch_header.enforce_step_dependency%TYPE;

Line 47: TYPE batchdate IS TABLE OF gme_batch_header.plan_start_date%TYPE;

43: TYPE batchtype IS TABLE OF gme_batch_header.batch_type%TYPE;
44:
45: TYPE batchstatus IS TABLE OF gme_batch_header.batch_status%TYPE;
46:
47: TYPE batchdate IS TABLE OF gme_batch_header.plan_start_date%TYPE;
48:
49: TYPE enforcestepdep IS TABLE OF gme_batch_header.enforce_step_dependency%TYPE;
50:
51: TYPE resdate IS TABLE OF gme_resource_txns_summary.start_date%TYPE;

Line 49: TYPE enforcestepdep IS TABLE OF gme_batch_header.enforce_step_dependency%TYPE;

45: TYPE batchstatus IS TABLE OF gme_batch_header.batch_status%TYPE;
46:
47: TYPE batchdate IS TABLE OF gme_batch_header.plan_start_date%TYPE;
48:
49: TYPE enforcestepdep IS TABLE OF gme_batch_header.enforce_step_dependency%TYPE;
50:
51: TYPE resdate IS TABLE OF gme_resource_txns_summary.start_date%TYPE;
52:
53: TYPE rescount IS TABLE OF NUMBER;