DBA Data[Home] [Help]

APPS.WSMPLBJI dependencies on ORG_ACCT_PERIODS

Line 2351: from org_acct_periods oap,

2347: sysdate, x_user_id, x_login_id,
2348: p_organization_id, wc.class_type,
2349: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2350: 0, 0, 0, 0, 0, 0, 0, 0
2351: from org_acct_periods oap,
2352: wip_accounting_classes wc
2353: where wc.class_code = p_class_code
2354: and wc.organization_id = p_organization_id
2355: and oap.organization_id = p_organization_id

Line 6335: -- from org_acct_periods

6331: -- BEGIN: BUG3126650
6332: --begin
6333: -- select 1
6334: -- into l_dummy
6335: -- from org_acct_periods
6336: -- where organization_id = v_wlji_org(v_index)
6337: -- and trunc(nvl(v_wlji_date_released(v_index),sysdate)) between PERIOD_START_DATE and SCHEDULE_CLOSE_DATE
6338: -- and period_close_date is NULL;
6339: --exception