DBA Data[Home] [Help]

APPS.PA_GL_AUTOALLOC_PKG dependencies on GL_AUTO_ALLOC_BATCHES

Line 16: gl_auto_alloc_batches b

12: CURSOR C_Period
13: IS
14: SELECT DISTINCT a.period_type
15: FROM pa_alloc_rules_all a,
16: gl_auto_alloc_batches b
17: WHERE b.allocation_set_id = p_allocation_set_id
18: AND b.batch_type_code = 'P'
19: AND a.rule_id = b.batch_id;
20: