DBA Data[Home] [Help]

APPS.JA_CN_ACC_JE_ITEMIZATION_PKG dependencies on JA_CN_UTILITY

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

320: l_Request_Id := p_Request_Id;
321: l_ledger_id := p_ledger_id;
322: l_legal_entity_id := P_legal_entity_id;
323: --populate BSV for current legal entity and ledger
324: l_Populate_Bsv_Flag := Ja_Cn_Utility.Populate_Ledger_Le_Bsv_Gt(l_Ledger_Id,
325: l_Legal_Entity_Id);
326: IF l_Populate_Bsv_Flag = 'F' THEN
327: IF (l_Proc_Level >= l_Dbg_Level) THEN
328: Fnd_Log.STRING(l_Proc_Level,

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

1576: l_Module_Prefix || '.' || l_Proc_Name || '.parameters',
1577: 'p_legal_entity_id:' || p_Legal_Entity_Id);
1578: END IF; --(l_proc_level >= l_dbg_level)
1579:
1580: --call JA_CN_UTILITY.Check_Profile, if it doesn't return true, exit
1581: /* IF Ja_Cn_Utility.Check_Profile() <> TRUE THEN
1582:
1583: --log for debug
1584: IF (l_Proc_Level >= l_Dbg_Level) THEN

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

1577: 'p_legal_entity_id:' || p_Legal_Entity_Id);
1578: END IF; --(l_proc_level >= l_dbg_level)
1579:
1580: --call JA_CN_UTILITY.Check_Profile, if it doesn't return true, exit
1581: /* IF Ja_Cn_Utility.Check_Profile() <> TRUE THEN
1582:
1583: --log for debug
1584: IF (l_Proc_Level >= l_Dbg_Level) THEN
1585: Fnd_Log.STRING(l_Proc_Level, l_Dbg_Level, 'Check profile failed!');

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

1586: END IF; --(l_proc_level >= l_dbg_level)
1587: l_Conc_Succ := Fnd_Concurrent.Set_Completion_Status(Status => 'WARNING',
1588: Message => '');
1589: RETURN;
1590: END IF; */ --JA_CN_UTILITY.Check_Profile() != TRUE
1591:
1592: l_Till_Period_Name := p_Period_Name;
1593: l_Legal_Entity_Id := p_Legal_Entity_Id;
1594: l_ledger_id := p_Ledger_Id;