DBA Data[Home] [Help]

APPS.AMS_DIALOG_REGS_PUB_W dependencies on AMS_DIALOG_REGS_PUB

Line 1: package body ams_dialog_regs_pub_w as

1: package body ams_dialog_regs_pub_w as
2: /* $Header: amswderb.pls 120.5 2006/08/16 04:49:59 rrajesh noship $ */
3: -- This package is used in event registrion through scripting
4: rosetta_g_mistake_date date := to_date('01/01/+4713', 'MM/DD/SYYYY');
5: rosetta_g_miss_date date := to_date('01/01/-4712', 'MM/DD/SYYYY');

Line 192: ddp_reg_det_rec ams_dialog_regs_pub.registrationdetails;

188: , p7_a161 VARCHAR2
189: )
190:
191: as
192: ddp_reg_det_rec ams_dialog_regs_pub.registrationdetails;
193: ddindx binary_integer; indx binary_integer;
194: begin
195:
196: -- copy data to the local IN or IN-OUT args, if any

Line 374: ams_dialog_regs_pub.register(p_api_version_number,

370:
371:
372:
373: -- here's the delegated call to the old PL/SQL routine
374: ams_dialog_regs_pub.register(p_api_version_number,
375: p_init_msg_list,
376: p_commit,
377: p_validation_level,
378: x_return_status,

Line 405: end ams_dialog_regs_pub_w;

401:
402:
403: end;
404:
405: end ams_dialog_regs_pub_w;