DBA Data[Home] [Help]

APPS.GME_GANTT_RSRC_PKG dependencies on GME_RESOURCE_TXNS_SUMMARY

Line 51: TYPE resdate IS TABLE OF gme_resource_txns_summary.start_date%TYPE;

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;
54:
55: TYPE rescode IS TABLE OF cr_rsrc_mst.resources%TYPE;

Line 69: * with GME_RESOURCE_TXNS_SUMMARY table.

65: * is retrieved from this new table, replacing the
66: * GME_BATCH_STEP_RESOURCES table.
67: * 10OCT02 Eddie Oumerretane.
68: * Bug # 2565952 Replaced table GME_BATCH_STEP_RSRC_SUMMARY
69: * with GME_RESOURCE_TXNS_SUMMARY table.
70: */
71: PROCEDURE fetch_resource_load (
72: p_resource_code IN OUT NOCOPY VARCHAR2
73: ,p_organization_id IN NUMBER