DBA Data[Home] [Help]

APPS.AP_AUTOSELECT_PKG dependencies on IBY_PMT_CREATION_RULES

Line 1476: from iby_acct_pmt_profiles_b ibpp, IBY_PMT_CREATION_RULES ibcr

1472: -- Added for bug 9089243
1473: if (l_payment_profile_id is not null) then
1474: select nvl(ibcr.group_by_due_date_flag,'N')
1475: into l_group_by_due_date_flag
1476: from iby_acct_pmt_profiles_b ibpp, IBY_PMT_CREATION_RULES ibcr
1477: where ibpp.system_profile_code = ibcr.system_profile_code
1478: and ibpp.payment_profile_id = l_payment_profile_id;
1479: else
1480: l_group_by_due_date_flag := 'N';