DBA Data[Home] [Help]

APPS.JA_CN_JE_EXP_PKG dependencies on JA_CN_UTILITY

Line 281: --call JA_CN_UTILITY.Check_Profile, if it doesn't return true, exit

277: nvl(to_char(p_end_period), 'null'));
278:
279: END IF;
280:
281: --call JA_CN_UTILITY.Check_Profile, if it doesn't return true, exit
282: IF JA_CN_UTILITY.Check_Profile() <> TRUE THEN
283: IF (l_exception_level >= l_runtime_level) THEN
284: FND_LOG.STRING(l_exception_level,
285: l_module_name,

Line 282: IF JA_CN_UTILITY.Check_Profile() <> TRUE THEN

278:
279: END IF;
280:
281: --call JA_CN_UTILITY.Check_Profile, if it doesn't return true, exit
282: IF JA_CN_UTILITY.Check_Profile() <> TRUE THEN
283: IF (l_exception_level >= l_runtime_level) THEN
284: FND_LOG.STRING(l_exception_level,
285: l_module_name,
286: 'Check profile failed!');

Line 292: l_flag := Ja_Cn_Utility.Populate_Ledger_Le_Bsv_Gt(p_Ledger_Id,p_Legal_Entity_Id);

288: retcode := 1;
289: RETURN;
290: END IF;
291:
292: l_flag := Ja_Cn_Utility.Populate_Ledger_Le_Bsv_Gt(p_Ledger_Id,p_Legal_Entity_Id);
293:
294: --call JA_CN_UTILITY.Check_Accounting_Period_Range, if it doesn't return true, exit
295: IF ja_cn_utility.Check_Accounting_Period_Range(p_start_period,
296: p_end_period,

Line 294: --call JA_CN_UTILITY.Check_Accounting_Period_Range, if it doesn't return true, exit

290: END IF;
291:
292: l_flag := Ja_Cn_Utility.Populate_Ledger_Le_Bsv_Gt(p_Ledger_Id,p_Legal_Entity_Id);
293:
294: --call JA_CN_UTILITY.Check_Accounting_Period_Range, if it doesn't return true, exit
295: IF ja_cn_utility.Check_Accounting_Period_Range(p_start_period,
296: p_end_period,
297: p_legal_entity_id,
298: p_ledger_id) <> TRUE THEN

Line 295: IF ja_cn_utility.Check_Accounting_Period_Range(p_start_period,

291:
292: l_flag := Ja_Cn_Utility.Populate_Ledger_Le_Bsv_Gt(p_Ledger_Id,p_Legal_Entity_Id);
293:
294: --call JA_CN_UTILITY.Check_Accounting_Period_Range, if it doesn't return true, exit
295: IF ja_cn_utility.Check_Accounting_Period_Range(p_start_period,
296: p_end_period,
297: p_legal_entity_id,
298: p_ledger_id) <> TRUE THEN
299: FND_MESSAGE.set_name('JA', 'JA_CN_PERIOD_OPEN');

Line 316: JA_CN_UTILITY.Get_SOB_And_COA(p_legal_entity_id => p_legal_entity,

312: RETURN;
313: END IF;
314: /*
315: --fetch set of books id and chart of account id
316: JA_CN_UTILITY.Get_SOB_And_COA(p_legal_entity_id => p_legal_entity,
317: x_sob_id => l_set_of_books_id,
318: x_coa_id => l_chart_of_accounts_id,
319: x_flag => l_flag);
320: