DBA Data[Home] [Help]

APPS.HZ_BANK_PUB dependencies on HZ_ORGANIZATION_PROFILES_PKG

Line 1662: | hz_organization_profiles_pkg.update_row |

1658: | Updates the organization profile record's bank organization and |
1659: | party-specific attributes. |
1660: | |
1661: | EXTERNAL PROCEDURES/FUNCTIONS ACCESSED |
1662: | hz_organization_profiles_pkg.update_row |
1663: | |
1664: | MODIFICATION HISTORY |
1665: | 27-NOV-2001 J. del Callar Created. |
1666: | 25-APR-2002 J. del Callar Bug 2272311: Changed rowid cursor |

Line 1717: hz_organization_profiles_pkg.update_row(

1713: p_prefix =>l_debug_prefix,
1714: p_msg_level=>fnd_log.level_statement);
1715: END IF;
1716:
1717: hz_organization_profiles_pkg.update_row(
1718: x_rowid => l_orowid,
1719: x_organization_profile_id => NULL,
1720: x_party_id => NULL,
1721: x_organization_name => NULL,

Line 2767: | hz_organization_profiles_pkg.update_row |

2763: | |
2764: | EXTERNAL PROCEDURES/FUNCTIONS ACCESSED |
2765: | hz_utility_v2pub.debug |
2766: | hz_party_v2pub.update_organization |
2767: | hz_organization_profiles_pkg.update_row |
2768: | |
2769: | ARGUMENTS |
2770: | IN: |
2771: | p_init_msg_list Initialize message stack if it is |