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 58: ,p_batchstep_resource IN gme_batch_step_resources%ROWTYPE

54: ,p_dependency_type IN NUMBER DEFAULT NULL);
55:
56: PROCEDURE build_insert_resource_txn (
57: p_batch_hdr_rec IN gme_batch_header%ROWTYPE
58: ,p_batchstep_resource IN gme_batch_step_resources%ROWTYPE
59: ,p_usage IN NUMBER
60: ,p_completed IN NUMBER DEFAULT 1
61: ,x_return_status OUT NOCOPY VARCHAR2);
62:

Line 64: p_batch_step_resources_rec IN gme_batch_step_resources%ROWTYPE

60: ,p_completed IN NUMBER DEFAULT 1
61: ,x_return_status OUT NOCOPY VARCHAR2);
62:
63: PROCEDURE adjust_pending_usage (
64: p_batch_step_resources_rec IN gme_batch_step_resources%ROWTYPE
65: ,x_return_status OUT NOCOPY VARCHAR2);
66:
67: PROCEDURE adjust_actual_usage (
68: p_batch_step_resources_rec IN gme_batch_step_resources%ROWTYPE

Line 68: p_batch_step_resources_rec IN gme_batch_step_resources%ROWTYPE

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

Line 72: p_batch_step_resources_rec IN gme_batch_step_resources%ROWTYPE

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