DBA Data[Home] [Help]

APPS.BIM_FUND_FACTS dependencies on BIM_REP_HISTORY

Line 583: -- manager. Depending on the parameter, and bim_rep_history data,

579: ---------------------------------------------------------------------
580: -- PROCEDURE
581: -- POPULATE
582: -- NOTE This procedure can be called externally, ie: from concurrent
583: -- manager. Depending on the parameter, and bim_rep_history data,
584: -- FUND_FIRST_LOAD or FUND_SUB_LOAD will be called accordingly.
585: ---------------------------------------------------------------------
586: PROCEDURE POPULATE
587: (

Line 613: FROM bim_rep_history

609:
610: -- The maximum end date of the object being populated.
611: CURSOR last_update_history IS
612: SELECT MAX(end_date)
613: FROM bim_rep_history
614: WHERE object = p_object;
615:
616:
617:

Line 796: l_table_name VARCHAR2(100):='bim_rep_history';

792: x_return_status OUT NOCOPY VARCHAR2
793: )
794: IS
795: l_user_id NUMBER := FND_GLOBAL.USER_ID();
796: l_table_name VARCHAR2(100):='bim_rep_history';
797: BEGIN
798: INSERT INTO
799: bim_rep_history
800: (creation_date,

Line 799: bim_rep_history

795: l_user_id NUMBER := FND_GLOBAL.USER_ID();
796: l_table_name VARCHAR2(100):='bim_rep_history';
797: BEGIN
798: INSERT INTO
799: bim_rep_history
800: (creation_date,
801: last_update_date,
802: created_by,
803: last_updated_by,