DBA Data[Home] [Help]

APPS.WSMPLBJI dependencies on ORG_ACCT_PERIODS

Line 2345: from org_acct_periods oap,

2341: sysdate, x_user_id, x_login_id,
2342: p_organization_id, wc.class_type,
2343: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2344: 0, 0, 0, 0, 0, 0, 0, 0
2345: from org_acct_periods oap,
2346: wip_accounting_classes wc
2347: where wc.class_code = p_class_code
2348: and wc.organization_id = p_organization_id
2349: and oap.organization_id = p_organization_id

Line 6329: -- from org_acct_periods

6325: -- BEGIN: BUG3126650
6326: --begin
6327: -- select 1
6328: -- into l_dummy
6329: -- from org_acct_periods
6330: -- where organization_id = v_wlji_org(v_index)
6331: -- and trunc(nvl(v_wlji_date_released(v_index),sysdate)) between PERIOD_START_DATE and SCHEDULE_CLOSE_DATE
6332: -- and period_close_date is NULL;
6333: --exception