DBA Data[Home] [Help]

APPS.IGS_AS_GEN_007 dependencies on IGS_GE_INS_SLE

Line 923: igs_ge_ins_sle.genp_set_log_cntr;

919: SAVEPOINT sp_todo_ref;
920: --
921: -- Initialise the logging structure.
922: --
923: igs_ge_ins_sle.genp_set_log_cntr;
924: v_error_count := 0;
925: v_warning_count := 0;
926: v_delete_todo := TRUE;
927: v_sle_key := TO_CHAR (v_todo_rec.person_id)

Line 1056: igs_ge_ins_sle.genp_set_log_entry (

1052: ) = FALSE THEN
1053: --
1054: -- Log the exception to the system log table.
1055: --
1056: igs_ge_ins_sle.genp_set_log_entry (
1057: cst_ass3212,
1058: v_key,
1059: v_sle_key,
1060: 'IGS_AS_UNABLE_LOGDEL_STUD_TOD', -- Error, unable to logically delele item.

Line 1074: igs_ge_ins_sle.genp_set_log_entry (

1070: --
1071: -- Error has occurred. Roll back any processing for this todo reference item.
1072: --
1073: ROLLBACK TO sp_todo_ref;
1074: igs_ge_ins_sle.genp_set_log_entry (
1075: cst_ass3212,
1076: v_key,
1077: v_sle_key,
1078: 'IGS_AS_PROCESS_SUA_ROLLEDBACK', -- Processing rolled back due to error.

Line 1082: igs_ge_ins_sle.genp_ins_sle (v_log_dt);

1078: 'IGS_AS_PROCESS_SUA_ROLLEDBACK', -- Processing rolled back due to error.
1079: cst_information
1080: );
1081: END IF;
1082: igs_ge_ins_sle.genp_ins_sle (v_log_dt);
1083: v_record := cst_error_count;
1084: --
1085: -- Increment the count of errors.
1086: --

Line 1416: igs_ge_ins_sle.genp_set_log_entry (

1412: || '|'
1413: || p_cal_type
1414: || '|'
1415: || TO_CHAR (p_ci_sequence_number);
1416: igs_ge_ins_sle.genp_set_log_entry (
1417: cst_ass3213,
1418: v_key,
1419: v_sle_key,
1420: 'IGS_AS_UNABLE_CLEAR_ACTDT_UAI', -- Record locked..

Line 1524: igs_ge_ins_sle.genp_set_log_entry (

1520: || '|'
1521: || NULL
1522: || '|'
1523: || TO_CHAR (p_sequence_number);
1524: igs_ge_ins_sle.genp_set_log_entry (
1525: cst_ass3213,
1526: v_key,
1527: v_sle_key,
1528: 'IGS_AS_UNABLE_CLEAR_ACTDT_UAI', -- Record locked..

Line 1558: igs_ge_ins_sle.genp_set_log_cntr;

1554: SAVEPOINT sp_uai_actn;
1555: --
1556: -- Initialise the logging structure.
1557: --
1558: igs_ge_ins_sle.genp_set_log_cntr;
1559: v_error_count := 0;
1560: v_warning_count := 0;
1561: v_clear_action_dt := TRUE;
1562: --

Line 1646: igs_ge_ins_sle.genp_set_log_cntr;

1642: -- Locking error has occurred, initialise the logging
1643: -- structure so that the exception report does not
1644: -- report on processing that will be rolled back.
1645: -- Initialise the logging structure.
1646: igs_ge_ins_sle.genp_set_log_cntr;
1647: -- Reset the error and warning counts.
1648: v_error_count := 1;
1649: v_warning_count := 0;
1650: -- Report the error for the lock as re-initialising

Line 1654: igs_ge_ins_sle.genp_set_log_entry (

1650: -- Report the error for the lock as re-initialising
1651: -- logging structure has also removed the locking
1652: -- error. Processing for the unit assessment item
1653: -- is to be rolled back.
1654: igs_ge_ins_sle.genp_set_log_entry (
1655: cst_ass3213,
1656: v_key,
1657: v_sle_key,
1658: v_message_name, -- Record locked..

Line 1686: igs_ge_ins_sle.genp_set_log_entry (

1682: -- Rollback all processing associated with this item and log
1683: -- the exception. Continue processing other items.
1684: ROLLBACK TO sp_uai_actn;
1685: -- v_sle_key gets set previously
1686: igs_ge_ins_sle.genp_set_log_entry (
1687: cst_ass3213,
1688: v_key,
1689: v_sle_key,
1690: 'IGS_AS_UAI_ROLLED_BACK', -- Error, processing will be rolled back.

Line 1711: igs_ge_ins_sle.genp_set_log_entry (

1707: -- Rollback all processing associated with this item and log
1708: -- the exception. Continue processing other items.
1709: ROLLBACK TO sp_uai_actn;
1710: -- v_sle_key gets set previously
1711: igs_ge_ins_sle.genp_set_log_entry (
1712: cst_ass3213,
1713: v_key,
1714: v_sle_key,
1715: 'IGS_AS_UAI_ROLLED_BACK', -- Error, processing will be rolled back.

Line 1721: igs_ge_ins_sle.genp_ins_sle (v_creation_dt);

1717: );
1718: END IF;
1719: END IF;
1720: -- Create any Exception records.
1721: igs_ge_ins_sle.genp_ins_sle (v_creation_dt);
1722: v_record := cst_error_item_count;
1723: -- Increment the count of errors.
1724: igs_ge_gen_003.genp_set_sle_count (
1725: cst_ass3213,