DBA Data[Home] [Help]

APPS.OKS_IB_UTIL_PVT dependencies on OKS_BATCH_RULES

Line 1107: From Oks_batch_rules

1103:
1104: Function CheckAccount(P_batch_id Number, p_new_account_id Number) return Varchar2 Is
1105: Cursor l_batch_csr Is
1106: Select 'Y'
1107: From Oks_batch_rules
1108: Where new_account_id = P_new_account_id
1109: And batch_id = p_batch_id;
1110:
1111: l_account_yn Varchar2(1);