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 2794: POS_SBD_PKG.sbd_handle_address_apv(

2790: AND party_site_id IS NULL;
2791:
2792: -- Inform banking that the address request now has a party site.
2793: if p_request_id is not null and p_party_site_id is not null then
2794: POS_SBD_PKG.sbd_handle_address_apv(
2795: p_address_request_id => p_request_id
2796: , p_party_site_id => p_party_site_id
2797: , x_status => x_return_status
2798: , x_exception_msg => x_msg_data