DBA Data[Home] [Help]

APPS.IBY_DISBURSEMENT_SETUP_PUB dependencies on IBY_FNDCPT_SETUP_PUB

Line 110: FUNCTION Exists_Instr(p_instr IN IBY_FNDCPT_SETUP_PUB.PmtInstrument_rec_type) RETURN BOOLEAN

106: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
107:
108: end insert_payee_row;
109:
110: FUNCTION Exists_Instr(p_instr IN IBY_FNDCPT_SETUP_PUB.PmtInstrument_rec_type) RETURN BOOLEAN
111: IS
112: l_instr_count NUMBER := 0;
113:
114: CURSOR c_creditcard(ci_instrid IN iby_creditcard.instrid%TYPE)

Line 644: p_assignment_attribs IN IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_rec_type,

640: x_return_status OUT NOCOPY VARCHAR2,
641: x_msg_count OUT NOCOPY NUMBER,
642: x_msg_data OUT NOCOPY VARCHAR2,
643: p_payee IN PayeeContext_rec_type,
644: p_assignment_attribs IN IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_rec_type,
645: x_assign_id OUT NOCOPY NUMBER,
646: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
647: )
648: IS

Line 928: x_assignments OUT NOCOPY IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_tbl_type,

924: x_return_status OUT NOCOPY VARCHAR2,
925: x_msg_count OUT NOCOPY NUMBER,
926: x_msg_data OUT NOCOPY VARCHAR2,
927: p_payee IN PayeeContext_rec_type,
928: x_assignments OUT NOCOPY IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_tbl_type,
929: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
930: )
931: IS
932: l_api_version CONSTANT NUMBER := 1.0;

Line 1068: x_instruments OUT NOCOPY IBY_FNDCPT_SETUP_PUB.PmtInstrument_tbl_type,

1064: x_return_status OUT NOCOPY VARCHAR2,
1065: x_msg_count OUT NOCOPY NUMBER,
1066: x_msg_data OUT NOCOPY VARCHAR2,
1067: p_party_id IN NUMBER,
1068: x_instruments OUT NOCOPY IBY_FNDCPT_SETUP_PUB.PmtInstrument_tbl_type,
1069: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
1070: )
1071: IS
1072: l_api_version CONSTANT NUMBER := 1.0;