DBA Data[Home] [Help]

APPS.FV_DISB_IN_TRANSIT dependencies on FV_DISB_IN_TRANSIT

Line 1: PACKAGE BODY fv_disb_in_transit AS

1: PACKAGE BODY fv_disb_in_transit AS
2: --$Header: FVAPDITB.pls 120.30.12000000.2 2007/10/03 10:37:01 nisgupta ship $
3: g_module_name VARCHAR2(100);
4: g_errmsg VARCHAR2(200);
5:

Line 720: -- Call first program to update treasury payments FV_DISB_IN_TRANSIT.

716: x_err_code := 0;
717: x_group_id := 0;
718:
719:
720: -- Call first program to update treasury payments FV_DISB_IN_TRANSIT.
721: fv_disb_in_transit.confirm_treas_payment (
722: v_treasury_confirmation_id,
723: x_err_code,
724: x_err_stage,

Line 721: fv_disb_in_transit.confirm_treas_payment (

717: x_group_id := 0;
718:
719:
720: -- Call first program to update treasury payments FV_DISB_IN_TRANSIT.
721: fv_disb_in_transit.confirm_treas_payment (
722: v_treasury_confirmation_id,
723: x_err_code,
724: x_err_stage,
725: v_period);

Line 756: fv_disb_in_transit.populate_gl_interface(

752: IF v_dit_flag = 'Y' THEN
753: -- If dit_flag = 'Y' then populate the gl_interface table
754: -- otherwise do not do anything.
755:
756: fv_disb_in_transit.populate_gl_interface(
757: v_treasury_confirmation_id,
758: x_group_id, v_period, x_err_code,x_err_stage);
759:
760: IF (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

Line 1728: fv_disb_in_transit.do_confirm_process

1724: IF (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1725: FV_UTILITY.DEBUG_MESG(FND_LOG.LEVEL_STATEMENT,l_module_name,'v_process_job is = ' || v_process_job);
1726: END IF;
1727:
1728: fv_disb_in_transit.do_confirm_process
1729: ( v_treasury_confirmation_id,
1730: x_group_id,
1731: x_err_code,
1732: x_err_stage,

Line 1755: fv_disb_in_transit.do_back_out_process

1751: v_process_job := 'B'; -- this is so main will know a concurrent
1752: -- process needs to be submitted for the backout process
1753:
1754: -- AKA, 8/10/99, removed passing of v_treasury_confirmation_id
1755: fv_disb_in_transit.do_back_out_process
1756: ( x_group_id,
1757: x_err_code,
1758: x_err_stage);
1759:

Line 1853: fv_disb_in_transit.cleanup_gl_interface(

1849: AND user_je_source_name = 'Payables';
1850:
1851: -- If any records exist in GL_INTERFACE then clean them up
1852: IF v_dummy > 0 THEN
1853: fv_disb_in_transit.cleanup_gl_interface(
1854: v_treasury_confirmation_id,
1855: v_process_job,
1856: x_group_id,
1857: x_err_code,

Line 1940: g_module_name := 'fv.plsql.fv_disb_in_transit.';

1936: FV_UTILITY.LOG_MESG(FND_LOG.LEVEL_UNEXPECTED, l_module_name,g_errmsg);
1937: RAISE;
1938: END main;
1939: BEGIN
1940: g_module_name := 'fv.plsql.fv_disb_in_transit.';
1941: c_gl_appl_id := 101;
1942: c_application_short_name := 'SQLGL';
1943: c_key_flex_code := 'GL#';
1944: END fv_disb_in_transit;

Line 1944: END fv_disb_in_transit;

1940: g_module_name := 'fv.plsql.fv_disb_in_transit.';
1941: c_gl_appl_id := 101;
1942: c_application_short_name := 'SQLGL';
1943: c_key_flex_code := 'GL#';
1944: END fv_disb_in_transit;