DBA Data[Home] [Help]

APPS.JA_CN_ACC_JE_ITEMIZATION_PKG dependencies on JA_CN_UTILITY

Line 344: l_Populate_Bsv_Flag := Ja_Cn_Utility.Populate_Ledger_Le_Bsv_Gt(l_Ledger_Id,

340: l_Request_Id := p_Request_Id;
341: l_ledger_id := p_ledger_id;
342: l_legal_entity_id := P_legal_entity_id;
343: --populate BSV for current legal entity and ledger
344: l_Populate_Bsv_Flag := Ja_Cn_Utility.Populate_Ledger_Le_Bsv_Gt(l_Ledger_Id,
345: l_Legal_Entity_Id);
346: IF l_Populate_Bsv_Flag = 'F' THEN
347: IF (l_Proc_Level >= l_Dbg_Level) THEN
348: Fnd_Log.STRING(l_Proc_Level,

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

2011: l_Module_Prefix || '.' || l_Proc_Name || '.parameters',
2012: 'p_legal_entity_id:' || p_Legal_Entity_Id);
2013: END IF; --(l_proc_level >= l_dbg_level)
2014:
2015: --call JA_CN_UTILITY.Check_Profile, if it doesn't return true, exit
2016: /* IF Ja_Cn_Utility.Check_Profile() <> TRUE THEN
2017:
2018: --log for debug
2019: IF (l_Proc_Level >= l_Dbg_Level) THEN

Line 2016: /* IF Ja_Cn_Utility.Check_Profile() <> TRUE THEN

2012: 'p_legal_entity_id:' || p_Legal_Entity_Id);
2013: END IF; --(l_proc_level >= l_dbg_level)
2014:
2015: --call JA_CN_UTILITY.Check_Profile, if it doesn't return true, exit
2016: /* IF Ja_Cn_Utility.Check_Profile() <> TRUE THEN
2017:
2018: --log for debug
2019: IF (l_Proc_Level >= l_Dbg_Level) THEN
2020: Fnd_Log.STRING(l_Proc_Level, l_Dbg_Level, 'Check profile failed!');

Line 2025: END IF; */ --JA_CN_UTILITY.Check_Profile() != TRUE

2021: END IF; --(l_proc_level >= l_dbg_level)
2022: l_Conc_Succ := Fnd_Concurrent.Set_Completion_Status(Status => 'WARNING',
2023: Message => '');
2024: RETURN;
2025: END IF; */ --JA_CN_UTILITY.Check_Profile() != TRUE
2026:
2027: l_Till_Period_Name := p_Period_Name;
2028: l_Legal_Entity_Id := p_Legal_Entity_Id;
2029: l_ledger_id := p_Ledger_Id;