DBA Data[Home] [Help]

APPS.POS_VENDOR_REG_PKG dependencies on POS_PROFILE_CHANGE_REQUEST_PKG

Line 456: pos_profile_change_request_pkg.approve_address_req

452: AND psm.supplier_reg_id = p_supplier_reg_id;
453:
454: BEGIN
455: FOR l_rec IN l_cur LOOP
456: pos_profile_change_request_pkg.approve_address_req
457: (p_request_id => l_rec.address_request_id,
458: x_return_status => x_return_status,
459: x_msg_count => x_msg_count,
460: x_msg_data => x_msg_data

Line 525: pos_profile_change_request_pkg.approve_contact_req

521: end if;
522:
523: l_temp_password := NULL;
524:
525: pos_profile_change_request_pkg.approve_contact_req
526: (p_request_id => l_rec.contact_request_id,
527: x_return_status => x_return_status,
528: x_msg_count => x_msg_count,
529: x_msg_data => x_msg_data,

Line 604: pos_profile_change_request_pkg.approve_bus_class_req

600:
601: BEGIN
602:
603: FOR l_rec IN l_cur LOOP
604: pos_profile_change_request_pkg.approve_bus_class_req
605: (p_request_id => l_rec.bus_class_request_id,
606: x_return_status => x_return_status,
607: x_msg_count => x_msg_count,
608: x_msg_data => x_msg_data

Line 639: pos_profile_change_request_pkg.approve_ps_req

635:
636: BEGIN
637:
638: FOR l_rec IN l_cur LOOP
639: pos_profile_change_request_pkg.approve_ps_req
640: (p_request_id => l_rec.ps_request_id,
641: x_return_status => x_return_status,
642: x_msg_count => x_msg_count,
643: x_msg_data => x_msg_data