DBA Data[Home] [Help]

APPS.GME_UPDATE_STEP_QTY_PVT dependencies on GME_BATCH_STEP_RESOURCES

Line 28: ,p_resources IN gme_batch_step_resources.resources%TYPE

24: ,p_dependency_type IN NUMBER DEFAULT NULL);
25:
26: PROCEDURE calc_charge (
27: p_step_id IN gme_batch_steps.batchstep_id%TYPE
28: ,p_resources IN gme_batch_step_resources.resources%TYPE
29: DEFAULT NULL
30: ,p_mass_qty IN gme_batch_steps.plan_mass_qty%TYPE
31: ,p_vol_qty IN gme_batch_steps.plan_volume_qty%TYPE
32: ,p_step_qty IN NUMBER DEFAULT NULL --Bug#5231180

Line 59: ,p_batchstep_resource IN gme_batch_step_resources%ROWTYPE

55:
56: -- Bug 8751983 - Add trans_date parameter.
57: PROCEDURE build_insert_resource_txn (
58: p_batch_hdr_rec IN gme_batch_header%ROWTYPE
59: ,p_batchstep_resource IN gme_batch_step_resources%ROWTYPE
60: ,p_usage IN NUMBER
61: ,p_completed IN NUMBER DEFAULT 1
62: ,p_trans_date IN DATE DEFAULT NULL
63: ,x_return_status OUT NOCOPY VARCHAR2);

Line 66: p_batch_step_resources_rec IN gme_batch_step_resources%ROWTYPE

62: ,p_trans_date IN DATE DEFAULT NULL
63: ,x_return_status OUT NOCOPY VARCHAR2);
64:
65: PROCEDURE adjust_pending_usage (
66: p_batch_step_resources_rec IN gme_batch_step_resources%ROWTYPE
67: ,x_return_status OUT NOCOPY VARCHAR2);
68:
69: PROCEDURE adjust_actual_usage (
70: p_batch_step_resources_rec IN gme_batch_step_resources%ROWTYPE

Line 70: p_batch_step_resources_rec IN gme_batch_step_resources%ROWTYPE

66: p_batch_step_resources_rec IN gme_batch_step_resources%ROWTYPE
67: ,x_return_status OUT NOCOPY VARCHAR2);
68:
69: PROCEDURE adjust_actual_usage (
70: p_batch_step_resources_rec IN gme_batch_step_resources%ROWTYPE
71: ,x_return_status OUT NOCOPY VARCHAR2);
72:
73: PROCEDURE reduce_pending_usage (
74: p_batch_step_resources_rec IN gme_batch_step_resources%ROWTYPE

Line 74: p_batch_step_resources_rec IN gme_batch_step_resources%ROWTYPE

70: p_batch_step_resources_rec IN gme_batch_step_resources%ROWTYPE
71: ,x_return_status OUT NOCOPY VARCHAR2);
72:
73: PROCEDURE reduce_pending_usage (
74: p_batch_step_resources_rec IN gme_batch_step_resources%ROWTYPE
75: ,x_return_status OUT NOCOPY VARCHAR2);
76:
77: --Bug#5231180 added the following new procedure to calculate charges
78: PROCEDURE recalculate_charges(