DBA Data[Home] [Help]

APPS.WSMPLCVA dependencies on WSMPUTIL

Line 57: v_org(v_index).MAX_ORG_ACC_PERIODS := WSMPUTIL.GET_INV_ACCT_PERIOD(

53: --FROM ORG_ACCT_PERIODS
54: --WHERE organization_id = v_index
55: --AND period_start_date <= trunc(SYSDATE)
56: --AND open_flag = 'Y';
57: v_org(v_index).MAX_ORG_ACC_PERIODS := WSMPUTIL.GET_INV_ACCT_PERIOD(
58: x_err_code => l_error_code,
59: x_err_msg => l_error_msg,
60: p_organization_id => v_index,
61: p_date => sysdate);