DBA Data[Home] [Help]

APPS.AMS_IBA_SEGMENTS_PUB_W dependencies on AMS_IBA_SEGMENTS_PUB

Line 1: package body ams_iba_segments_pub_w as

1: package body ams_iba_segments_pub_w as
2: /* $Header: ibatsegb.pls 115.3 2000/03/07 13:53:02 pkm ship $ */
3: rosetta_g_mistake_date date := to_date('01/01/+4713', 'MM/DD/SYYYY');
4: rosetta_g_miss_date date := to_date('01/01/-4712', 'MM/DD/SYYYY');
5:

Line 86: ams_iba_segments_pub.get_mkt_segments_w(p_party_id,

82:
83:
84:
85: -- here's the delegated call to the old PL/SQL routine
86: ams_iba_segments_pub.get_mkt_segments_w(p_party_id,
87: p_target_segment_id,
88: ddp_segtabtyp);
89:
90: -- copy data back from the local OUT or IN-OUT args, if any

Line 98: end ams_iba_segments_pub_w;

94: , p2_a1
95: );
96: end;
97:
98: end ams_iba_segments_pub_w;