DBA Data[Home] [Help]

APPS.PSB_POSITION_CONTROL_PVT dependencies on PSB_ATTRIBUTE_VALUES_PVT

Line 337: PSB_ATTRIBUTE_VALUES_PVT.Insert_Row

333: for c_attrval_seq_rec in c_attrval_seq loop
334: l_attribute_value_id := c_attrval_seq_rec.seq;
335: end loop;
336:
337: PSB_ATTRIBUTE_VALUES_PVT.Insert_Row
338: (p_api_version => 1.0,
339: p_return_status => l_return_status,
340: p_msg_count => l_msg_count,
341: p_msg_data => l_msg_data,

Line 395: PSB_ATTRIBUTE_VALUES_PVT.Update_Row

391: else
392: /* Added the else part on 07/26/01. If the attribute value already exists
393: then update the with the current value. Changes done by Siva */
394: begin
395: PSB_ATTRIBUTE_VALUES_PVT.Update_Row
396: (p_api_version => 1.0,
397: p_init_msg_list => null,
398: p_commit => null,
399: p_validation_level => null,