DBA Data[Home] [Help]

APPS.LNS_FIN_UTILS dependencies on LNS_CUSTOM_PUB

Line 2381: l_payment_tbl := LNS_CUSTOM_PUB.buildCustomPaySchedule(p_loan_id);

2377: end if;
2378:
2379: else
2380:
2381: l_payment_tbl := LNS_CUSTOM_PUB.buildCustomPaySchedule(p_loan_id);
2382:
2383: end if; --if l_custom_schedule = 'N'
2384:
2385: end if; --if p_phase = 'OPEN'

Line 2495: l_payment_tbl := LNS_CUSTOM_PUB.buildCustomPaySchedule(p_loan_id);

2491: end if;
2492:
2493: else
2494:
2495: l_payment_tbl := LNS_CUSTOM_PUB.buildCustomPaySchedule(p_loan_id);
2496:
2497: end if; --if l_custom_schedule = 'N'
2498:
2499: end if; --if p_phase = 'OPEN'

Line 2678: l_custom_tbl LNS_CUSTOM_PUB.CUSTOM_TBL;

2674: l_return_status VARCHAR2(1);
2675: l_csv_str varchar2(512);
2676: l_date_format varchar2(64);
2677: l_amort_tbl LNS_FINANCIALS.AMORTIZATION_TBL;
2678: l_custom_tbl LNS_CUSTOM_PUB.CUSTOM_TBL;
2679: l_CUSTOM_SET_REC LNS_CUSTOM_PUB.custom_settings_type;
2680: l_endline CONSTANT VARCHAR2(5) := '
2681: ';
2682:

Line 2679: l_CUSTOM_SET_REC LNS_CUSTOM_PUB.custom_settings_type;

2675: l_csv_str varchar2(512);
2676: l_date_format varchar2(64);
2677: l_amort_tbl LNS_FINANCIALS.AMORTIZATION_TBL;
2678: l_custom_tbl LNS_CUSTOM_PUB.CUSTOM_TBL;
2679: l_CUSTOM_SET_REC LNS_CUSTOM_PUB.custom_settings_type;
2680: l_endline CONSTANT VARCHAR2(5) := '
2681: ';
2682:
2683: /*-----------------------------------------------------------------------+

Line 2777: LogMessage(FND_LOG.LEVEL_STATEMENT, G_PKG_NAME, 'Calling LNS_CUSTOM_PUB.getRetainedSchedule...');

2773: END LOOP;
2774:
2775: else
2776:
2777: LogMessage(FND_LOG.LEVEL_STATEMENT, G_PKG_NAME, 'Calling LNS_CUSTOM_PUB.getRetainedSchedule...');
2778: LNS_CUSTOM_PUB.getRetainedSchedule(
2779: P_API_VERSION => 1.0,
2780: P_INIT_MSG_LIST => FND_API.G_TRUE,
2781: P_COMMIT => FND_API.G_FALSE,

Line 2778: LNS_CUSTOM_PUB.getRetainedSchedule(

2774:
2775: else
2776:
2777: LogMessage(FND_LOG.LEVEL_STATEMENT, G_PKG_NAME, 'Calling LNS_CUSTOM_PUB.getRetainedSchedule...');
2778: LNS_CUSTOM_PUB.getRetainedSchedule(
2779: P_API_VERSION => 1.0,
2780: P_INIT_MSG_LIST => FND_API.G_TRUE,
2781: P_COMMIT => FND_API.G_FALSE,
2782: P_VALIDATION_LEVEL => FND_API.G_VALID_LEVEL_FULL,