DBA Data[Home] [Help]

APPS.PNT_COMP_SITE_PKG dependencies on PNT_ADDR_PKG

Line 191: PNT_ADDR_PKG.insert_row ( x_address_id,

187: -- Call the PN_ADDRESSES insert table handler to create an address
188: -- row and also return the address_id (OUT parameter) for
189: -- PN_COMPANY_SITES table
190: -----------------------------------------------------------------
191: PNT_ADDR_PKG.insert_row ( x_address_id,
192: x_address_line1,
193: x_address_line2,
194: x_address_line3,
195: x_address_line4,

Line 433: PNT_ADDR_PKG.update_row ( x_address_id,

429: -----------------------------------------------------------------
430: -- Call the PN_ADDRESSES update table handler to update address
431: -- elements.
432: -----------------------------------------------------------------
433: PNT_ADDR_PKG.update_row ( x_address_id,
434: x_address_line1,
435: x_address_line2,
436: x_address_line3,
437: x_address_line4,

Line 663: PNT_ADDR_PKG.lock_row ( x_address_id,

659: -----------------------------------------------------------------
660: -- Call the PN_ADDRESSES lock table handler to lock the address
661: -- row for update
662: -----------------------------------------------------------------
663: PNT_ADDR_PKG.lock_row ( x_address_id,
664: x_address_line1,
665: x_address_line2,
666: x_address_line3,
667: x_address_line4,