DBA Data[Home] [Help]

APPS.AMW_LOAD_RCM_ORG_DATA dependencies on AMW_CONTROL_PVT

Line 348: l_control_rec AMW_CONTROL_PVT.control_rec_type;

344: l_requestor_id NUMBER;
345: l_amw_delt_rcm_org_intf VARCHAR2 (2);
346: l_amw_control_name_prefix VARCHAR2 (30);
347: l_risk_rec AMW_RISK_PVT.risk_rec_type;
348: l_control_rec AMW_CONTROL_PVT.control_rec_type;
349: l_control_found BOOLEAN default true;
350: l_process_obj_column BOOLEAN default true;
351: l_risk_approval_status_code VARCHAR2(30);
352: l_control_approval_status_code VARCHAR2(30);

Line 883: AMW_CONTROL_PVT.Load_Control(

879: l_control_rec.classification := rc_rec.ctrl_classification;
880: l_control_rec.uom_code := rc_rec.uom_code;
881:
882:
883: AMW_CONTROL_PVT.Load_Control(
884: p_api_version_number => l_api_version_number,
885: p_init_msg_list => FND_API.G_TRUE,
886: p_commit => FND_API.G_FALSE,
887: p_validation_level => FND_API.G_VALID_LEVEL_FULL,