DBA Data[Home] [Help]

APPS.IBY_DISBURSEMENT_COMP_PUB dependencies on IBY_DISBURSE_SUBMIT_PUB_PKG

Line 2075: l_payee1 := IBY_DISBURSE_SUBMIT_PUB_PKG.deriveExactPayeeIdFromContext(

2071: /*
2072: * exact context:
2073: * supplier site level
2074: */
2075: l_payee1 := IBY_DISBURSE_SUBMIT_PUB_PKG.deriveExactPayeeIdFromContext(
2076: p_trxn_attributes_rec.Payee_Party_Id,
2077: p_trxn_attributes_rec.Payee_Party_Site_Id,
2078: p_trxn_attributes_rec.Supplier_Site_Id,
2079: p_trxn_attributes_rec.Payer_Org_Id,

Line 2088: l_payee2 := IBY_DISBURSE_SUBMIT_PUB_PKG.deriveExactPayeeIdFromContext(

2084: /*
2085: * partial context:
2086: * party site level with org
2087: */
2088: l_payee2 := IBY_DISBURSE_SUBMIT_PUB_PKG.deriveExactPayeeIdFromContext(
2089: p_trxn_attributes_rec.Payee_Party_Id,
2090: p_trxn_attributes_rec.Payee_Party_Site_Id,
2091: null,
2092: p_trxn_attributes_rec.Payer_Org_Id,

Line 2102: l_payee3 := IBY_DISBURSE_SUBMIT_PUB_PKG.deriveExactPayeeIdFromContext(

2098: /*
2099: * partial context:
2100: * party site level without org
2101: */
2102: l_payee3 := IBY_DISBURSE_SUBMIT_PUB_PKG.deriveExactPayeeIdFromContext(
2103: p_trxn_attributes_rec.Payee_Party_Id,
2104: p_trxn_attributes_rec.Payee_Party_Site_Id,
2105: null,
2106: null,

Line 2116: l_payee4 := IBY_DISBURSE_SUBMIT_PUB_PKG.deriveExactPayeeIdFromContext(

2112: /*
2113: * partial context:
2114: * party level
2115: */
2116: l_payee4 := IBY_DISBURSE_SUBMIT_PUB_PKG.deriveExactPayeeIdFromContext(
2117: p_trxn_attributes_rec.Payee_Party_Id,
2118: null,
2119: null,
2120: null,