DBA Data[Home] [Help]

APPS.OZF_SD_REQUEST_PUB dependencies on OZF_SD_CUSTOMER_PKG

Line 2623: OZF_SD_CUSTOMER_PKG.Insert_Row(

2619: OPEN c_reqest_cust_seq;
2620: FETCH c_reqest_cust_seq INTO l_request_cust_seq;
2621: CLOSE c_reqest_cust_seq;
2622:
2623: OZF_SD_CUSTOMER_PKG.Insert_Row(
2624: p_request_customer_id =>l_request_cust_seq
2625: ,p_request_header_id =>p_request_header_id
2626: ,p_cust_account_id =>p_SDR_cust_tbl(c).cust_account_id
2627: ,p_party_id =>p_SDR_cust_tbl(c).party_id

Line 2655: OZF_SD_CUSTOMER_PKG.Update_Row(

2651: ,p_attribute14 =>p_SDR_cust_tbl(c).attribute14
2652: ,p_attribute15 =>p_SDR_cust_tbl(c).attribute15
2653: ,p_end_customer_flag =>p_SDR_cust_tbl(c).end_customer_flag);
2654: ELSE
2655: OZF_SD_CUSTOMER_PKG.Update_Row(
2656: p_request_customer_id =>p_SDR_cust_tbl(c).request_customer_id
2657: ,p_request_header_id =>p_request_header_id
2658: ,p_cust_account_id =>p_SDR_cust_tbl(c).cust_account_id
2659: ,p_party_id =>p_SDR_cust_tbl(c).party_id