DBA Data[Home] [Help]

APPS.GMF_SYNC_VENDOR dependencies on GMF_SYNC_VENDOR

Line 1: package body gmf_sync_vendor as

1: package body gmf_sync_vendor as
2: /* $Header: gmfvnsyb.pls 115.5 2002/12/04 17:04:34 umoogala ship $ */
3: procedure gmf_sync_vendor(error_buf out nocopy varchar2,
4: retcode out nocopy number,
5: p_co_code in varchar2) is

Line 3: procedure gmf_sync_vendor(error_buf out nocopy varchar2,

1: package body gmf_sync_vendor as
2: /* $Header: gmfvnsyb.pls 115.5 2002/12/04 17:04:34 umoogala ship $ */
3: procedure gmf_sync_vendor(error_buf out nocopy varchar2,
4: retcode out nocopy number,
5: p_co_code in varchar2) is
6: /* ---------------------
7: -- Declare variables

Line 130: fnd_message.set_token('TRIGGER_NAME',substrb('GMF_SYNC_VENDOR-'||to_char(SQLCODE)||' '||SQLERRM,1,512));

126: retcode:=0;
127: exception
128: when others then
129: fnd_message.set_name('GMF','GL_TRIGGER_ERROR');
130: fnd_message.set_token('TRIGGER_NAME',substrb('GMF_SYNC_VENDOR-'||to_char(SQLCODE)||' '||SQLERRM,1,512));
131: fnd_file.put_line(fnd_file.log,fnd_message.get);
132: retcode:=2;
133: end;
134:

Line 150: end gmf_sync_vendor;

146: BEGIN
147: FND_FILE.PUT ( FND_FILE.OUTPUT,line_text);
148: END;
149: /* End Bug1677297 */
150: end gmf_sync_vendor;