DBA Data[Home] [Help]

APPS.IBY_DISBURSEMENT_COMP_PUB dependencies on IBY_DOCS_PAYABLE_ALL

Line 38: Payment_Currency IBY_DOCS_PAYABLE_ALL.payment_currency_code%TYPE,

34: Payee_Party_Site_Id IBY_EXTERNAL_PAYEES_ALL.party_site_id%TYPE,
35: Supplier_Site_Id IBY_EXTERNAL_PAYEES_ALL.supplier_site_id%TYPE,
36: Pay_Proc_Trxn_Type_Code
37: IBY_TRXN_TYPES_B.pay_proc_trxn_type_code%TYPE,
38: Payment_Currency IBY_DOCS_PAYABLE_ALL.payment_currency_code%TYPE,
39: Payment_Amount IBY_DOCS_PAYABLE_ALL.document_amount%TYPE,
40: Payment_Function IBY_EXTERNAL_PAYEES_ALL.payment_function%TYPE
41: );
42:

Line 39: Payment_Amount IBY_DOCS_PAYABLE_ALL.document_amount%TYPE,

35: Supplier_Site_Id IBY_EXTERNAL_PAYEES_ALL.supplier_site_id%TYPE,
36: Pay_Proc_Trxn_Type_Code
37: IBY_TRXN_TYPES_B.pay_proc_trxn_type_code%TYPE,
38: Payment_Currency IBY_DOCS_PAYABLE_ALL.payment_currency_code%TYPE,
39: Payment_Amount IBY_DOCS_PAYABLE_ALL.document_amount%TYPE,
40: Payment_Function IBY_EXTERNAL_PAYEES_ALL.payment_function%TYPE
41: );
42:
43:

Line 56: Payment_Method_Code IBY_DOCS_PAYABLE_ALL.payment_method_code%TYPE,

52: );
53:
54: -- Payment Profile Drivers Record
55: Type PPP_Drivers_Rec_Type IS Record(
56: Payment_Method_Code IBY_DOCS_PAYABLE_ALL.payment_method_code%TYPE,
57: Payer_Org_Id IBY_DOCS_PAYABLE_ALL.org_id%TYPE,
58: Payer_Org_Type IBY_DOCS_PAYABLE_ALL.org_type%TYPE,
59: Payment_Currency IBY_DOCS_PAYABLE_ALL.payment_currency_code%TYPE,
60: Int_Bank_Account_Id IBY_DOCS_PAYABLE_ALL.internal_bank_account_id%TYPE

Line 57: Payer_Org_Id IBY_DOCS_PAYABLE_ALL.org_id%TYPE,

53:
54: -- Payment Profile Drivers Record
55: Type PPP_Drivers_Rec_Type IS Record(
56: Payment_Method_Code IBY_DOCS_PAYABLE_ALL.payment_method_code%TYPE,
57: Payer_Org_Id IBY_DOCS_PAYABLE_ALL.org_id%TYPE,
58: Payer_Org_Type IBY_DOCS_PAYABLE_ALL.org_type%TYPE,
59: Payment_Currency IBY_DOCS_PAYABLE_ALL.payment_currency_code%TYPE,
60: Int_Bank_Account_Id IBY_DOCS_PAYABLE_ALL.internal_bank_account_id%TYPE
61: );

Line 58: Payer_Org_Type IBY_DOCS_PAYABLE_ALL.org_type%TYPE,

54: -- Payment Profile Drivers Record
55: Type PPP_Drivers_Rec_Type IS Record(
56: Payment_Method_Code IBY_DOCS_PAYABLE_ALL.payment_method_code%TYPE,
57: Payer_Org_Id IBY_DOCS_PAYABLE_ALL.org_id%TYPE,
58: Payer_Org_Type IBY_DOCS_PAYABLE_ALL.org_type%TYPE,
59: Payment_Currency IBY_DOCS_PAYABLE_ALL.payment_currency_code%TYPE,
60: Int_Bank_Account_Id IBY_DOCS_PAYABLE_ALL.internal_bank_account_id%TYPE
61: );
62:

Line 59: Payment_Currency IBY_DOCS_PAYABLE_ALL.payment_currency_code%TYPE,

55: Type PPP_Drivers_Rec_Type IS Record(
56: Payment_Method_Code IBY_DOCS_PAYABLE_ALL.payment_method_code%TYPE,
57: Payer_Org_Id IBY_DOCS_PAYABLE_ALL.org_id%TYPE,
58: Payer_Org_Type IBY_DOCS_PAYABLE_ALL.org_type%TYPE,
59: Payment_Currency IBY_DOCS_PAYABLE_ALL.payment_currency_code%TYPE,
60: Int_Bank_Account_Id IBY_DOCS_PAYABLE_ALL.internal_bank_account_id%TYPE
61: );
62:
63: -- Payment Profile Record

Line 60: Int_Bank_Account_Id IBY_DOCS_PAYABLE_ALL.internal_bank_account_id%TYPE

56: Payment_Method_Code IBY_DOCS_PAYABLE_ALL.payment_method_code%TYPE,
57: Payer_Org_Id IBY_DOCS_PAYABLE_ALL.org_id%TYPE,
58: Payer_Org_Type IBY_DOCS_PAYABLE_ALL.org_type%TYPE,
59: Payment_Currency IBY_DOCS_PAYABLE_ALL.payment_currency_code%TYPE,
60: Int_Bank_Account_Id IBY_DOCS_PAYABLE_ALL.internal_bank_account_id%TYPE
61: );
62:
63: -- Payment Profile Record
64: Type Payment_Profile_Rec_Type is Record

Line 536: p_document_id IN IBY_DOCS_PAYABLE_ALL.document_payable_id%TYPE,

532:
533: PROCEDURE Validate_Documents(
534: p_api_version IN NUMBER,
535: p_init_msg_list IN VARCHAR2 default FND_API.G_FALSE,
536: p_document_id IN IBY_DOCS_PAYABLE_ALL.document_payable_id%TYPE,
537: x_return_status OUT NOCOPY VARCHAR2,
538: x_msg_count OUT NOCOPY NUMBER,
539: x_msg_data OUT NOCOPY VARCHAR2
540: );