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: History

Line 678: p_batchstep_resource_tbl IN gme_create_step_pvt.resources_tab,

674: Comment out unnecessary validation when inserting an activity.
675: =============================================================================================*/
676: PROCEDURE insert_batchstep_activity (
677: p_batchstep_activity_rec IN gme_batch_step_activities%ROWTYPE,
678: p_batchstep_resource_tbl IN gme_create_step_pvt.resources_tab,
679: p_org_code IN VARCHAR2 := NULL,
680: p_batch_no IN VARCHAR2 := NULL,
681: p_batchstep_no IN NUMBER := NULL,
682: p_ignore_qty_below_cap IN VARCHAR2