DBA Data[Home] [Help]

APPS.HZ_BANK_PUB dependencies on HZ_ORGANIZATION_PROFILES_PKG

Line 1650: | hz_organization_profiles_pkg.update_row |

1646: | Updates the organization profile record's bank organization and |
1647: | party-specific attributes. |
1648: | |
1649: | EXTERNAL PROCEDURES/FUNCTIONS ACCESSED |
1650: | hz_organization_profiles_pkg.update_row |
1651: | |
1652: | MODIFICATION HISTORY |
1653: | 27-NOV-2001 J. del Callar Created. |
1654: | 25-APR-2002 J. del Callar Bug 2272311: Changed rowid cursor |

Line 1705: hz_organization_profiles_pkg.update_row(

1701: p_prefix =>l_debug_prefix,
1702: p_msg_level=>fnd_log.level_statement);
1703: END IF;
1704:
1705: hz_organization_profiles_pkg.update_row(
1706: x_rowid => l_orowid,
1707: x_organization_profile_id => NULL,
1708: x_party_id => NULL,
1709: x_organization_name => NULL,

Line 2752: | hz_organization_profiles_pkg.update_row |

2748: | |
2749: | EXTERNAL PROCEDURES/FUNCTIONS ACCESSED |
2750: | hz_utility_v2pub.debug |
2751: | hz_party_v2pub.update_organization |
2752: | hz_organization_profiles_pkg.update_row |
2753: | |
2754: | ARGUMENTS |
2755: | IN: |
2756: | p_init_msg_list Initialize message stack if it is |