DBA Data[Home] [Help]

APPS.IGS_CA_INS_ROLL_CI dependencies on IGS_GE_MSG_STACK

Line 1858: IGS_GE_MSG_STACK.ADD;

1854:
1855: -- locking conflict exception.
1856: WHEN e_resource_busy THEN
1857: Fnd_Message.Set_Name('IGS','IGS_GE_RECORD_LOCKED');
1858: IGS_GE_MSG_STACK.ADD;
1859: WHEN OTHERS THEN
1860:
1861: RAISE;
1862:

Line 1991: IGS_GE_MSG_STACK.ADD;

1987: EXCEPTION
1988: -- locking conflict exception.
1989: WHEN e_resource_busy THEN
1990: Fnd_Message.Set_Name('IGS','IGS_GE_RECORD_LOCKED');
1991: IGS_GE_MSG_STACK.ADD;
1992:
1993: END;
1994:
1995: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN