DBA Data[Home] [Help]

APPS.MSC_X_VMI_POREQ dependencies on OE_MSG_PUB

Line 1266: lv_msg_data := OE_MSG_PUB.get(p_msg_index => lv_index,

1262: o_schedule_date_change := SYS_NO;
1263:
1264: if (lv_msg_count > 0) then
1265: for lv_index in 1..lv_msg_count loop
1266: lv_msg_data := OE_MSG_PUB.get(p_msg_index => lv_index,
1267: p_encoded => 'F');
1268:
1269: log_message(lv_index|| ' : '|| lv_msg_data);
1270: