DBA Data[Home] [Help]

APPS.HZ_CUST_ACCOUNT_V2PUB dependencies on HZ_DQM_SYNC

Line 1629: HZ_DQM_SYNC.sync_cust_account(l_cust_account_rec.CUST_ACCOUNT_ID,'C');

1625: END IF;
1626: END IF;
1627:
1628: -- Call to indicate account creation to DQM
1629: HZ_DQM_SYNC.sync_cust_account(l_cust_account_rec.CUST_ACCOUNT_ID,'C');
1630:
1631: -- Standard call to get message count and if count is 1, get message info.
1632: FND_MSG_PUB.Count_And_Get(
1633: p_encoded => FND_API.G_FALSE,

Line 1877: HZ_DQM_SYNC.sync_cust_account(l_cust_account_rec.CUST_ACCOUNT_ID,'C');

1873: END IF;
1874: END IF;
1875:
1876: -- Call to indicate account creation to DQM
1877: HZ_DQM_SYNC.sync_cust_account(l_cust_account_rec.CUST_ACCOUNT_ID,'C');
1878:
1879: -- Standard call to get message count and if count is 1, get message info.
1880: FND_MSG_PUB.Count_And_Get(
1881: p_encoded => FND_API.G_FALSE,

Line 2133: HZ_DQM_SYNC.sync_cust_account(l_cust_account_rec.CUST_ACCOUNT_ID,'U');

2129: END IF;
2130: END IF;
2131:
2132: -- Call to indicate account update to DQM
2133: HZ_DQM_SYNC.sync_cust_account(l_cust_account_rec.CUST_ACCOUNT_ID,'U');
2134:
2135: -- Standard call to get message count and if count is 1, get message info.
2136: FND_MSG_PUB.Count_And_Get(
2137: p_encoded => FND_API.G_FALSE,