DBA Data[Home] [Help]

APPS.IBY_DISBURSEMENT_COMP_PUB dependencies on IBY_DISBURSE_SUBMIT_PUB_PKG

Line 2280: l_payee1 := IBY_DISBURSE_SUBMIT_PUB_PKG.deriveExactPayeeIdFromContext(

2276: /*
2277: * exact context:
2278: * supplier site level
2279: */
2280: l_payee1 := IBY_DISBURSE_SUBMIT_PUB_PKG.deriveExactPayeeIdFromContext(
2281: p_trxn_attributes_rec.Payee_Party_Id,
2282: p_trxn_attributes_rec.Payee_Party_Site_Id,
2283: p_trxn_attributes_rec.Supplier_Site_Id,
2284: p_trxn_attributes_rec.Payer_Org_Id,

Line 2293: l_payee2 := IBY_DISBURSE_SUBMIT_PUB_PKG.deriveExactPayeeIdFromContext(

2289: /*
2290: * partial context:
2291: * party site level with org
2292: */
2293: l_payee2 := IBY_DISBURSE_SUBMIT_PUB_PKG.deriveExactPayeeIdFromContext(
2294: p_trxn_attributes_rec.Payee_Party_Id,
2295: p_trxn_attributes_rec.Payee_Party_Site_Id,
2296: null,
2297: p_trxn_attributes_rec.Payer_Org_Id,

Line 2307: l_payee3 := IBY_DISBURSE_SUBMIT_PUB_PKG.deriveExactPayeeIdFromContext(

2303: /*
2304: * partial context:
2305: * party site level without org
2306: */
2307: l_payee3 := IBY_DISBURSE_SUBMIT_PUB_PKG.deriveExactPayeeIdFromContext(
2308: p_trxn_attributes_rec.Payee_Party_Id,
2309: p_trxn_attributes_rec.Payee_Party_Site_Id,
2310: null,
2311: null,

Line 2321: l_payee4 := IBY_DISBURSE_SUBMIT_PUB_PKG.deriveExactPayeeIdFromContext(

2317: /*
2318: * partial context:
2319: * party level
2320: */
2321: l_payee4 := IBY_DISBURSE_SUBMIT_PUB_PKG.deriveExactPayeeIdFromContext(
2322: p_trxn_attributes_rec.Payee_Party_Id,
2323: null,
2324: null,
2325: null,