DBA Data[Home] [Help]

APPS.POS_PROFILE_CHANGE_REQUEST_PKG dependencies on POS_SBD_PKG

Line 120: POS_SBD_PKG.sbd_handle_address_apv(

116: -- to work properly in R12 once an address has been approved.
117: -- It will throw an exception if null values for address_request_id
118: -- or newly created tca party_site_id are passed.
119: l_address_request_id := p_request_rec.address_request_id;
120: POS_SBD_PKG.sbd_handle_address_apv(
121: p_address_request_id => l_address_request_id
122: , p_party_site_id => l_party_site_id
123: , x_status => x_return_status
124: , x_exception_msg => x_msg_data

Line 2720: POS_SBD_PKG.sbd_handle_address_apv(

2716: AND party_site_id IS NULL;
2717:
2718: -- Inform banking that the address request now has a party site.
2719: if p_request_id is not null and p_party_site_id is not null then
2720: POS_SBD_PKG.sbd_handle_address_apv(
2721: p_address_request_id => p_request_id
2722: , p_party_site_id => p_party_site_id
2723: , x_status => x_return_status
2724: , x_exception_msg => x_msg_data