DBA Data[Home] [Help]

APPS.POS_AP_SUPPLIER_BO_PKG dependencies on AP_VENDOR_PUB_PKG

Line 325: * @param p_ap_suplier_bo The ap_vendor_pub_pkg.r_vendor_rec_type

321: /*#
322: * Use this routine to create ap suplier
323: * @param p_api_version The version of API
324: * @param p_init_msg_list The Initialization message list
325: * @param p_ap_suplier_bo The ap_vendor_pub_pkg.r_vendor_rec_type
326: * @param p_party_id The party id
327: * @param p_orig_system The Orig System
328: * @param p_orig_system_reference The Orig System Ref
329: * @param p_create_update_flag The Create Update flag

Line 355: l_ap_suplier_bo ap_vendor_pub_pkg.r_vendor_rec_type;

351: x_return_status OUT NOCOPY VARCHAR2,
352: x_msg_count OUT NOCOPY NUMBER,
353: x_msg_data OUT NOCOPY VARCHAR2
354: ) IS
355: l_ap_suplier_bo ap_vendor_pub_pkg.r_vendor_rec_type;
356: l_ext_payee_rec iby_disbursement_setup_pub.external_payee_rec_type;
357: l_party_id NUMBER;
358: l_vendor_id NUMBER;
359: BEGIN

Line 538: ap_vendor_pub_pkg.create_vendor(p_api_version => 1.0,

534:
535: IF p_create_update_flag = 'C' THEN
536: x_msg_count := 0;
537: x_msg_data := '0';
538: ap_vendor_pub_pkg.create_vendor(p_api_version => 1.0,
539: p_init_msg_list => fnd_api.g_false,
540: p_commit => fnd_api.g_false,
541: p_validation_level => fnd_api.g_valid_level_full,
542: x_return_status => x_return_status,

Line 583: ap_vendor_pub_pkg.update_vendor(p_api_version => 1.0,

579:
580: ELSE
581: l_ap_suplier_bo.vendor_id := p_pos_ap_supplier_bo.vendor_id;
582: END IF;
583: ap_vendor_pub_pkg.update_vendor(p_api_version => 1.0,
584: p_init_msg_list => fnd_api.g_false,
585: p_commit => fnd_api.g_false,
586: p_validation_level => fnd_api.g_valid_level_full,
587: x_return_status => x_return_status,

Line 661: * @param p_ap_suplier_bo The ap_vendor_pub_pkg.r_vendor_rec_type

657: /*#
658: * Use this routine to create ap suplier
659: * @param p_api_version The version of API
660: * @param p_init_msg_list The Initialization message list
661: * @param p_ap_suplier_bo The ap_vendor_pub_pkg.r_vendor_rec_type
662: * @param p_vendor_id The party id
663: * @param x_return_status The return status
664: * @param x_msg_count The message count
665: * @param x_msg_data The message data

Line 683: l_ap_suplier_bo ap_vendor_pub_pkg.r_vendor_rec_type;

679: x_return_status OUT NOCOPY VARCHAR2,
680: x_msg_count OUT NOCOPY NUMBER,
681: x_msg_data OUT NOCOPY VARCHAR2) IS
682: l_exists_row NUMBER;
683: l_ap_suplier_bo ap_vendor_pub_pkg.r_vendor_rec_type;
684: l_ext_payee_rec iby_disbursement_setup_pub.external_payee_rec_type;
685: l_party_id NUMBER;
686: l_vendor_id NUMBER;
687: BEGIN

Line 851: ap_vendor_pub_pkg.update_vendor(p_api_version => 1.0,

847: l_ap_suplier_bo.edi_payment_method := p_pos_ap_supplier_bo.edi_payment_method;
848: l_ap_suplier_bo.edi_remittance_method := p_pos_ap_supplier_bo.edi_remittance_method;
849: l_ap_suplier_bo.edi_remittance_instruction := p_pos_ap_supplier_bo.edi_remittance_instruction;
850:
851: ap_vendor_pub_pkg.update_vendor(p_api_version => 1.0,
852: p_init_msg_list => fnd_api.g_false,
853: p_commit => fnd_api.g_false,
854: p_validation_level => fnd_api.g_valid_level_full,
855: x_return_status => x_return_status,