DBA Data[Home] [Help]

APPS.PV_ORDER_MGMT_PVT dependencies on PV_PARTNER_ACCNT_MGMT_PVT

Line 422: * Calls to PV_PARTNER_ACCNT_MGMT_PVT.get_acct_site_uses will have an extra

418:
419:
420: ----------------End of Get Sold to org ID----------------------------------
421: /* R12 Changes
422: * Calls to PV_PARTNER_ACCNT_MGMT_PVT.get_acct_site_uses will have an extra
423: * out parameter x_cust_acct_site_id which will get passed to the procedure
424: * PV_PARTNER_ACCNT_MGMT_PVT.get_cust_acct_roles
425: * also will pass a generic party_id to get_acct_site_uses and will throw
426: * an exception if the party_site_id does not match with the partner_party_id

Line 424: * PV_PARTNER_ACCNT_MGMT_PVT.get_cust_acct_roles

420: ----------------End of Get Sold to org ID----------------------------------
421: /* R12 Changes
422: * Calls to PV_PARTNER_ACCNT_MGMT_PVT.get_acct_site_uses will have an extra
423: * out parameter x_cust_acct_site_id which will get passed to the procedure
424: * PV_PARTNER_ACCNT_MGMT_PVT.get_cust_acct_roles
425: * also will pass a generic party_id to get_acct_site_uses and will throw
426: * an exception if the party_site_id does not match with the partner_party_id
427: * or contact_party_id
428: */

Line 456: PV_PARTNER_ACCNT_MGMT_PVT.Get_acct_site_uses(

452: IF (PV_DEBUG_HIGH_ON) THEN
453:
454: PVX_UTILITY_PVT.debug_message('-----Get Invoice to Org ID------');
455: END IF;
456: PV_PARTNER_ACCNT_MGMT_PVT.Get_acct_site_uses(
457: p_party_site_id => p_party_site_id,
458: p_acct_site_type => 'BILL_TO',
459: p_cust_account_id => p_partner_account_id,
460: p_party_id => l_party_id,

Line 488: PV_PARTNER_ACCNT_MGMT_PVT.Get_acct_site_uses(

484:
485: PVX_UTILITY_PVT.debug_message('---------Get Ship To Org ID-----------');
486: END IF;
487:
488: PV_PARTNER_ACCNT_MGMT_PVT.Get_acct_site_uses(
489: p_party_site_id => p_party_site_id,
490: p_acct_site_type => 'SHIP_TO',
491: p_cust_account_id => p_partner_account_id,
492: p_party_id => l_party_id,

Line 519: PV_PARTNER_ACCNT_MGMT_PVT.Get_cust_acct_roles(

515:
516: PVX_UTILITY_PVT.debug_message('----- Get Contact Role--------');
517: END IF;
518:
519: PV_PARTNER_ACCNT_MGMT_PVT.Get_cust_acct_roles(
520: p_contact_party_id => p_contact_party_id,
521: p_cust_account_id => p_partner_account_id,
522: p_cust_account_site_id => l_cust_acct_site_id,
523: x_return_status => l_return_status,