DBA Data[Home] [Help]

APPS.PN_EXP_TO_AP dependencies on PN_CURRENCIES

Line 94: ,conv_rate_type PN_CURRENCIES.conversion_type%TYPE

90: ,pn_payment_term_type_code PN_PAYMENT_TERMS.payment_term_type_code%TYPE
91: ,pn_lia_account PN_DISTRIBUTIONS.account_id%TYPE
92: ,pn_legal_entity_id PN_PAYMENT_TERMS.legal_entity_id%TYPE
93: ,conv_rate PN_PAYMENT_ITEMS.rate%TYPE
94: ,conv_rate_type PN_CURRENCIES.conversion_type%TYPE
95: ,item_grouping_rule_id PN_PAYMENT_ITEMS.grouping_rule_id%TYPE
96: ,term_grouping_rule_id PN_PAYMENT_TERMS.grouping_rule_id%TYPE
97: ,lease_grouping_rule_id PN_LEASE_DETAILS.grouping_rule_id%TYPE
98: ,processed VARCHAR2(1));