DBA Data[Home] [Help]

APPS.INV_DIAG_MMTT dependencies on INV_DIAG_GRP

Line 42: row_limit :=INV_DIAG_GRP.g_max_row;

38: -- accept input
39: l_org_id := JTF_DIAGNOSTIC_ADAPTUTIL.getInputValue('OrgId',inputs);
40: l_acct_period :=JTF_DIAGNOSTIC_ADAPTUTIL.getInputValue('AcctPeriod',inputs);
41: l_proc_flag :=JTF_DIAGNOSTIC_ADAPTUTIL.getInputValue('ErrorFlag',inputs);
42: row_limit :=INV_DIAG_GRP.g_max_row;
43:
44: reportStr :='';
45: if l_org_id is null and l_acct_period is null then
46: reportStr := ' For All Organizations and Acct Period';