DBA Data[Home] [Help]

APPS.AMW_LOAD_RC_DATA dependencies on AMW_CONTROL_PVT

Line 351: l_control_rec AMW_CONTROL_PVT.control_rec_type;

347: l_requestor_id NUMBER;
348: l_amw_delt_risk_cntl_intf VARCHAR2 (2);
349: l_amw_control_name_prefix VARCHAR2 (30);
350: l_risk_rec AMW_RISK_PVT.risk_rec_type;
351: l_control_rec AMW_CONTROL_PVT.control_rec_type;
352: l_control_found BOOLEAN default true;
353: l_process_obj_column BOOLEAN default true;
354: l_risk_approval_status_code VARCHAR2(30);
355: l_control_approval_status_code VARCHAR2(30);

Line 866: AMW_CONTROL_PVT.Load_Control(

862:
863: ---npanandi 12.10.2004: added foll. for Ctrl Classification
864: l_control_rec.classification := rc_rec.ctrl_classification;
865: l_control_rec.uom_code := rc_rec.uom_code;
866: AMW_CONTROL_PVT.Load_Control(
867: p_api_version_number => l_api_version_number,
868: p_init_msg_list => FND_API.G_TRUE,
869: p_commit => FND_API.G_FALSE,
870: p_validation_level => FND_API.G_VALID_LEVEL_FULL,