DBA Data[Home] [Help]

APPS.IGW_PROP_CHECKLIST_TBH dependencies on IGW_PROP_CHECKLIST_TBH

Line 1: package body IGW_PROP_CHECKLIST_TBH as

1: package body IGW_PROP_CHECKLIST_TBH as
2: /* $Header: igwtpchb.pls 115.2 2002/03/28 19:15:02 pkm ship $*/
3:
4:
5: PROCEDURE UPDATE_ROW (

Line 66: fnd_msg_pub.add_exc_msg(p_pkg_name => 'IGW_PROP_CHECKLIST_TBH',

62: end if;
63:
64: EXCEPTION
65: when others then
66: fnd_msg_pub.add_exc_msg(p_pkg_name => 'IGW_PROP_CHECKLIST_TBH',
67: p_procedure_name => 'UPDATE_ROW',
68: p_error_text => SUBSTRB(SQLERRM, 1, 240));
69: x_return_status := fnd_api.g_ret_sts_unexp_error;
70: raise;

Line 75: END IGW_PROP_CHECKLIST_TBH;

71:
72: END UPDATE_ROW;
73:
74:
75: END IGW_PROP_CHECKLIST_TBH;