DBA Data[Home] [Help]

APPS.IEX_STRATEGY_CNT_PUB dependencies on IEX_STRATEGY_PUB

Line 1252: iex_strategy_pub.set_strategy(

1248: for r_party in c_party_onhold_st loop
1249: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
1250: write_log(FND_LOG.LEVEL_UNEXPECTED, 'Update strategy for party id : = ' || r_party.party_id);
1251: END IF;
1252: iex_strategy_pub.set_strategy(
1253: P_Api_Version_Number => 2.0,
1254: P_Init_Msg_List => 'F',
1255: P_Commit => 'F',
1256: p_validation_level => null,

Line 1274: iex_strategy_pub.set_strategy(

1270: for r_account in c_account_onhold_st loop
1271: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
1272: write_log(FND_LOG.LEVEL_UNEXPECTED, 'Update strategy for account id: = ' || r_account.cust_account_id);
1273: END IF;
1274: iex_strategy_pub.set_strategy(
1275: P_Api_Version_Number => 2.0,
1276: P_Init_Msg_List => 'F',
1277: P_Commit => 'F',
1278: p_validation_level => null,

Line 1296: iex_strategy_pub.set_strategy(

1292: for r_billto in c_billto_onhold_st loop
1293: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
1294: write_log(FND_LOG.LEVEL_UNEXPECTED, 'Update strategy for customer site use id : = ' || r_billto.billto_id);
1295: END IF;
1296: iex_strategy_pub.set_strategy(
1297: P_Api_Version_Number => 2.0,
1298: P_Init_Msg_List => 'F',
1299: P_Commit => 'F',
1300: p_validation_level => null,