DBA Data[Home] [Help]

APPS.GME_BATCHSTEP_ACT_PVT dependencies on GME_CREATE_STEP_PVT

Line 668: p_batchstep_resource_tbl gme_create_step_pvt.resources_tab - details of the rsrc

664: This procedure is used to insert activity for a batch step
665: Parameters
666: p_batchstep_id OR (p_org_code,p_batch_no,step_no) to uniquely identify a step
667: p_batchstep_activity_rec GME_BATCH_STEP_ACTIVITIES%ROWTYPE - details of the activity
668: p_batchstep_resource_tbl gme_create_step_pvt.resources_tab - details of the rsrc
669: x_batchstep_activity_rec GME_BATCH_STEP_ACTIVITIES%ROWTYPE - returns the newly inserted row
670: x_return_status reflects return status of the API
671: =============================================================================================*/
672: PROCEDURE insert_batchstep_activity (

Line 674: p_batchstep_resource_tbl IN gme_create_step_pvt.resources_tab,

670: x_return_status reflects return status of the API
671: =============================================================================================*/
672: PROCEDURE insert_batchstep_activity (
673: p_batchstep_activity_rec IN gme_batch_step_activities%ROWTYPE,
674: p_batchstep_resource_tbl IN gme_create_step_pvt.resources_tab,
675: p_org_code IN VARCHAR2 := NULL,
676: p_batch_no IN VARCHAR2 := NULL,
677: p_batchstep_no IN NUMBER := NULL,
678: p_ignore_qty_below_cap IN VARCHAR2