DBA Data[Home] [Help]

APPS.OKL_BILLING_CONTROLLER_PVT dependencies on FND_MESSAGE

Line 1234: errbuf := fnd_message.get;

1230: argument4 => p_cust_acct_id,
1231: argument5 => NULL
1232: );
1233: if (request_id = 0) then
1234: errbuf := fnd_message.get;
1235: retcode := 2;
1236: end if;
1237: return;
1238: end if;

Line 1550: errbuf := fnd_message.get;

1546: write_to_log('Launching Process '||l_seq_next||'-'||j ||' with Request ID '||request_id);
1547:
1548: if (request_id = 0) then
1549: -- If request submission failed, exit with error
1550: errbuf := fnd_message.get;
1551: retcode := 2;
1552: else
1553: -- Set the globals to put the master into PAUSED mode
1554: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',

Line 1589: errbuf := Fnd_Message.get;

1585: );
1586:
1587: IF (request_id = 0) THEN
1588: -- If request submission failed, exit with error
1589: errbuf := Fnd_Message.get;
1590: retcode := 2;
1591: ELSE
1592: -- Set the globals to put the master into PAUSED mode
1593: Fnd_Conc_Global.set_req_globals(conc_status => 'PAUSED',

Line 1628: errbuf := fnd_message.get;

1624: write_to_log('Launching Process '||l_seq_next||'-'||j ||' with Request ID '||request_id);
1625:
1626: if (request_id = 0) then
1627: -- If request submission failed, exit with error
1628: errbuf := fnd_message.get;
1629: retcode := 2;
1630: else
1631: -- Set the globals to put the master into PAUSED mode
1632: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',

Line 1669: errbuf := fnd_message.get;

1665: write_to_log('Launching Process '||l_seq_next||'-'||j ||' with Request ID '||request_id);
1666:
1667: if (request_id = 0) then
1668: -- If request submission failed, exit with error
1669: errbuf := fnd_message.get;
1670: retcode := 2;
1671: else
1672: -- Set the globals to put the master into PAUSED mode
1673: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',

Line 2110: --Seed FND_MESSAGE like 'Could NOT CREATE Header RECORD'

2106: x_cnr_id := g_cnr_tbl(g_header_counter).id;
2107: x_cons_inv_num := g_cnr_tbl(g_header_counter).CONSOLIDATED_INVOICE_NUMBER;
2108: */
2109: EXCEPTION
2110: --Seed FND_MESSAGE like 'Could NOT CREATE Header RECORD'
2111: WHEN OTHERS THEN
2112: PRINT_TO_LOG('*=> Error Message(H1): '||SQLERRM);
2113: Okl_Api.SET_MESSAGE( p_app_name => G_APP_NAME,
2114: p_msg_name => G_OTHERS);

Line 2363: --Seed FND_MESSAGE like 'Could NOT CREATE Line RECORD'

2359:
2360: x_lln_id := g_lln_tbl(g_line_counter).id;
2361: */
2362: EXCEPTION
2363: --Seed FND_MESSAGE like 'Could NOT CREATE Line RECORD'
2364: WHEN OTHERS THEN
2365: PRINT_TO_LOG('*=> Error Message(L1): '||SQLERRM);
2366: Okl_Api.SET_MESSAGE( p_app_name => G_APP_NAME,
2367: p_msg_name => G_OTHERS);

Line 3017: --Seed FND_MESSAGE like 'Could NOT CREATE Stream RECORD'

3013:
3014: x_lsm_id := g_lsm_tbl(g_stream_counter).id;
3015: */
3016: EXCEPTION
3017: --Seed FND_MESSAGE like 'Could NOT CREATE Stream RECORD'
3018: WHEN OTHERS THEN
3019: PRINT_TO_LOG('*=> Error Message(D1): '||SQLERRM);
3020: Okl_Api.SET_MESSAGE( p_app_name => G_APP_NAME,
3021: p_msg_name => G_OTHERS);