DBA Data[Home] [Help]

APPS.OE_PRICE_ORDER_PVT dependencies on OE_GLOBALS

Line 488: l_line_rec.operation := oe_globals.g_opr_create;

484: l_line_rec.calculate_price_flag := 'Y';
485: End IF;
486:
487: If (l_line_rec.operation is null or l_line_rec.operation = FND_API.G_MISS_CHAR) THEN
488: l_line_rec.operation := oe_globals.g_opr_create;
489: End IF;
490:
491: l_pass_line_flag := 'N';
492: l_check_line_flag := 'N';

Line 500: l_line_rec.operation = OE_GLOBALS.G_OPR_CREATE

496: l_pass_line_flag := 'Y';
497: ELSIF l_line_rec.calculate_price_flag <> 'N'
498: THEN
499: IF (p_order_status_rec.changed_lines_flag = 'Y' AND (
500: l_line_rec.operation = OE_GLOBALS.G_OPR_CREATE
501: OR l_line_rec.operation = OE_GLOBALS.G_OPR_UPDATE)
502: )
503: THEN
504: l_source_line_flag := 'Y';

Line 501: OR l_line_rec.operation = OE_GLOBALS.G_OPR_UPDATE)

497: ELSIF l_line_rec.calculate_price_flag <> 'N'
498: THEN
499: IF (p_order_status_rec.changed_lines_flag = 'Y' AND (
500: l_line_rec.operation = OE_GLOBALS.G_OPR_CREATE
501: OR l_line_rec.operation = OE_GLOBALS.G_OPR_UPDATE)
502: )
503: THEN
504: l_source_line_flag := 'Y';
505: l_pass_line_flag := 'Y';

Line 507: l_line_rec.operation <> OE_GLOBALS.G_OPR_DELETE)

503: THEN
504: l_source_line_flag := 'Y';
505: l_pass_line_flag := 'Y';
506: ELSIF (p_order_status_rec.all_lines_flag = 'Y' AND
507: l_line_rec.operation <> OE_GLOBALS.G_OPR_DELETE)
508: THEN
509: l_check_line_flag := 'Y';
510: l_source_line_flag := 'Y';
511: END IF;

Line 1968: IF (OE_GLOBALS.G_UI_FLAG)

1964: AND line_id IS NULL;
1965:
1966:
1967: IF l_hdr_chg_count > 0 THEN End of comment for bug#12598464*/
1968: IF (OE_GLOBALS.G_UI_FLAG)
1969: AND nvl(FND_PROFILE.VALUE('ONT_DELAY_TAX_CALC'), 'N') = 'N'
1970: THEN
1971: OE_delayed_requests_Pvt.log_request(
1972: p_entity_code => OE_GLOBALS.G_ENTITY_HEADER,

Line 1972: p_entity_code => OE_GLOBALS.G_ENTITY_HEADER,

1968: IF (OE_GLOBALS.G_UI_FLAG)
1969: AND nvl(FND_PROFILE.VALUE('ONT_DELAY_TAX_CALC'), 'N') = 'N'
1970: THEN
1971: OE_delayed_requests_Pvt.log_request(
1972: p_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
1973: p_entity_id => l_Line_Tbl(1).header_id,
1974: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
1975: p_requesting_entity_id => l_Line_Tbl(1).header_id,
1976: p_request_type => OE_GLOBALS.g_tax_line,

Line 1974: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER,

1970: THEN
1971: OE_delayed_requests_Pvt.log_request(
1972: p_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
1973: p_entity_id => l_Line_Tbl(1).header_id,
1974: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
1975: p_requesting_entity_id => l_Line_Tbl(1).header_id,
1976: p_request_type => OE_GLOBALS.g_tax_line,
1977: x_return_status => x_return_status);
1978: ELSE

Line 1976: p_request_type => OE_GLOBALS.g_tax_line,

1972: p_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
1973: p_entity_id => l_Line_Tbl(1).header_id,
1974: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
1975: p_requesting_entity_id => l_Line_Tbl(1).header_id,
1976: p_request_type => OE_GLOBALS.g_tax_line,
1977: x_return_status => x_return_status);
1978: ELSE
1979: OE_delayed_requests_Pvt.log_request(
1980: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,

Line 1980: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,

1976: p_request_type => OE_GLOBALS.g_tax_line,
1977: x_return_status => x_return_status);
1978: ELSE
1979: OE_delayed_requests_Pvt.log_request(
1980: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1981: p_entity_id => l_Line_Tbl(1).header_id,
1982: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
1983: p_requesting_entity_id => l_Line_Tbl(1).header_id,
1984: p_request_type => OE_GLOBALS.g_tax_line,

Line 1982: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER,

1978: ELSE
1979: OE_delayed_requests_Pvt.log_request(
1980: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1981: p_entity_id => l_Line_Tbl(1).header_id,
1982: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
1983: p_requesting_entity_id => l_Line_Tbl(1).header_id,
1984: p_request_type => OE_GLOBALS.g_tax_line,
1985: p_param1 => NULL,
1986: x_return_status => x_return_status);

Line 1984: p_request_type => OE_GLOBALS.g_tax_line,

1980: p_entity_code => OE_GLOBALS.G_ENTITY_ALL,
1981: p_entity_id => l_Line_Tbl(1).header_id,
1982: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
1983: p_requesting_entity_id => l_Line_Tbl(1).header_id,
1984: p_request_type => OE_GLOBALS.g_tax_line,
1985: p_param1 => NULL,
1986: x_return_status => x_return_status);
1987: END IF;
1988: --Bug#12598464 END IF;