DBA Data[Home] [Help]

APPS.FLM_KANBAN_PLANNING_UTIL dependencies on FLM_KANBAN_MASSLOAD

Line 1950: ,p_transaction_type => FLM_KANBAN_MASSLOAD.KANBAN_ADD

1946: r_kanban_card_rec.disable_date := null;
1947: end if;
1948: /* Call API Without Validation to Make planning UI Lighter.
1949: FLM_KANBAN_PUB.process_cards(p_kanban_card_rec => r_kanban_card_rec
1950: ,p_transaction_type => FLM_KANBAN_MASSLOAD.KANBAN_ADD
1951: ,p_commit_flag => 'N'
1952: ,x_ret_status => l_ret_status
1953: ,x_err_msg => l_err_msg);
1954: */

Line 1957: ,p_transaction_type => FLM_KANBAN_MASSLOAD.KANBAN_ADD

1953: ,x_err_msg => l_err_msg);
1954: */
1955: FLM_KANBAN_PUB.process_kanban_cards(p_kanban_card_rec => r_kanban_card_rec
1956: ,p_release_kanban_flag => l_release_kanban_flag
1957: ,p_transaction_type => FLM_KANBAN_MASSLOAD.KANBAN_ADD
1958: ,x_ret_status => l_ret_status
1959: ,x_err_msg => l_err_msg);
1960:
1961: IF l_ret_status = FND_API.G_RET_STS_ERROR THEN

Line 2412: ,p_transaction_type => FLM_KANBAN_MASSLOAD.KANBAN_ADD

2408: r_kanban_card_rec.disable_date := null;
2409: end if;
2410: /* Call API Without Validation to Make planning UI Lighter.
2411: FLM_KANBAN_PUB.process_cards(p_kanban_card_rec => r_kanban_card_rec
2412: ,p_transaction_type => FLM_KANBAN_MASSLOAD.KANBAN_ADD
2413: ,p_commit_flag => 'N'
2414: ,x_ret_status => l_ret_status
2415: ,x_err_msg => l_err_msg);
2416: */

Line 2419: ,p_transaction_type => FLM_KANBAN_MASSLOAD.KANBAN_ADD

2415: ,x_err_msg => l_err_msg);
2416: */
2417: FLM_KANBAN_PUB.process_kanban_cards(p_kanban_card_rec => r_kanban_card_rec
2418: ,p_release_kanban_flag => l_release_kanban_flag
2419: ,p_transaction_type => FLM_KANBAN_MASSLOAD.KANBAN_ADD
2420: ,x_ret_status => l_ret_status
2421: ,x_err_msg => l_err_msg);
2422: IF l_ret_status = FND_API.G_RET_STS_ERROR THEN
2423: x_ret_status := -1;