DBA Data[Home] [Help]

APPS.IBY_PAYMENTMANAGERDB_PKG dependencies on IBY_FNDCPT_USER_CC_PF_VL

Line 129: IBY_FNDCPT_USER_CC_PF_VL.USER_CC_PROFILE_CODE%TYPE

125: x_setnoinit_flag_out OUT NOCOPY NUMBER,
126: x_lead_time_out OUT NOCOPY iby_bepinfo.leadtime%TYPE,
127: x_bep_type_out OUT NOCOPY IBY_BEPInfo.Bep_Type%TYPE,
128: x_fndcpt_user_profile_code_out OUT NOCOPY
129: IBY_FNDCPT_USER_CC_PF_VL.USER_CC_PROFILE_CODE%TYPE
130: );
131:
132: PROCEDURE listbep (
133: p_amount IN iby_trxn_summaries_all.amount%type

Line 177: IBY_FNDCPT_USER_CC_PF_VL.USER_CC_PROFILE_CODE%TYPE

173: x_setnoinit_flag_out OUT NOCOPY NUMBER,
174: x_lead_time_out OUT NOCOPY iby_bepinfo.leadtime%TYPE,
175: x_bep_type_out OUT NOCOPY IBY_BEPInfo.Bep_Type%TYPE,
176: x_fndcpt_user_profile_code_out OUT NOCOPY
177: IBY_FNDCPT_USER_CC_PF_VL.USER_CC_PROFILE_CODE%TYPE
178: );
179:
180: /*
181: * Gets bep info by the bep suffix; method used by batch

Line 306: IBY_FNDCPT_USER_CC_PF_VL.USER_CC_PROFILE_CODE%TYPE);

302: i_payment_channel_code IN iby_trxn_summaries_all.payment_channel_code%type,
303: o_bepid OUT NOCOPY iby_bepinfo.bepid%type,
304: o_bepkey OUT NOCOPY iby_bepkeys.key%type,
305: o_fndcpt_user_profile_code OUT NOCOPY
306: IBY_FNDCPT_USER_CC_PF_VL.USER_CC_PROFILE_CODE%TYPE);
307:
308:
309: PROCEDURE getBepById(i_bepid IN iby_bepinfo.bepid%type,
310: o_suffix OUT NOCOPY iby_bepinfo.suffix%type,